You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by Chad Beaulac <ca...@gmail.com> on 2012/07/22 15:58:20 UTC

2.10 tag in git repo

I don't see a tag in the Camel git repository for Camel 2.10. Should that tag be cut already?

Thanks,
Chad







Re: 2.10 tag in git repo

Posted by Christian Müller <ch...@gmail.com>.
git fetch --tags does the trick:

Christian-Muellers-MacBook-Pro:camel cmueller$ git fetch --tags
remote: Counting objects: 9, done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 9 (delta 3), reused 3 (delta 1)
Unpacking objects: 100% (9/9), done.
Von git://git.apache.org/camel
 * [neue Markierung] camel-2.10.0 -> camel-2.10.0
 * [neue Markierung] camel-2.8.5 -> camel-2.8.5
 * [neue Markierung] camel-2.8.6 -> camel-2.8.6
 * [neue Markierung] camel-2.9.2 -> camel-2.9.2


Christian-Muellers-MacBook-Pro:camel cmueller$ git tag
camel-1.0.0
camel-1.1.0
camel-1.2.0
camel-1.3.0
camel-1.3.0-RC1
camel-1.3.0-RC2
camel-1.3.0-RC4
camel-1.3.0-RC5
camel-1.4.0
camel-1.4.0-RC2
camel-1.4.0-RC3
camel-1.4.0-RC4
camel-1.4.0-RC5
camel-1.5.0
camel-1.5.0-RC1
camel-1.5.0-RC2
camel-1.6.0
camel-1.6.0-RC1
camel-1.6.1
camel-1.6.2
camel-1.6.3
camel-1.6.4
camel-2.0-M1
camel-2.0-M2
camel-2.0-M3
camel-2.0-RC1
camel-2.0.0
camel-2.1.0
camel-2.10.0
camel-2.2.0
camel-2.3.0
camel-2.4.0
camel-2.5.0
camel-2.6.0
camel-2.7.0
camel-2.7.1
camel-2.7.2
camel-2.7.3
camel-2.7.4
camel-2.7.5
camel-2.8.0
camel-2.8.1
camel-2.8.2
camel-2.8.3
camel-2.8.4
camel-2.8.5
camel-2.8.6
camel-2.9.0
camel-2.9.0-RC1
camel-2.9.1
camel-2.9.2

Best,
Christian

On Sun, Jul 22, 2012 at 3:58 PM, Chad Beaulac <ca...@gmail.com> wrote:

>
> I don't see a tag in the Camel git repository for Camel 2.10. Should that
> tag be cut already?
>
> Thanks,
> Chad
>
>
>
>
>
>
>

Re: 2.10 tag in git repo

Posted by Christian Müller <ch...@gmail.com>.
Sorry, I misunderstood you.
Indeed, the tag is missing...

Best,
Christian

On Sun, Jul 22, 2012 at 5:43 PM, Christian Müller <
christian.mueller@gmail.com> wrote:

> It's there:
>
> Christian-Muellers-MacBook-Pro:camel cmueller$ git branch --all
>   master
> * trunk
>   remotes/origin/HEAD -> origin/trunk
>   remotes/origin/camel-1.x
>   remotes/origin/camel-2.10.x
>   remotes/origin/camel-2.7.x
>   remotes/origin/camel-2.8.x
>   remotes/origin/camel-2.9.x
>   remotes/origin/trunk
>
> Best,
> Christian
>
>
> On Sun, Jul 22, 2012 at 3:58 PM, Chad Beaulac <ca...@gmail.com> wrote:
>
>>
>> I don't see a tag in the Camel git repository for Camel 2.10. Should that
>> tag be cut already?
>>
>> Thanks,
>> Chad
>>
>>
>>
>>
>>
>>
>>
>

Re: 2.10 tag in git repo

Posted by Christian Müller <ch...@gmail.com>.
It's there:

Christian-Muellers-MacBook-Pro:camel cmueller$ git branch --all
  master
* trunk
  remotes/origin/HEAD -> origin/trunk
  remotes/origin/camel-1.x
  remotes/origin/camel-2.10.x
  remotes/origin/camel-2.7.x
  remotes/origin/camel-2.8.x
  remotes/origin/camel-2.9.x
  remotes/origin/trunk

Best,
Christian

On Sun, Jul 22, 2012 at 3:58 PM, Chad Beaulac <ca...@gmail.com> wrote:

>
> I don't see a tag in the Camel git repository for Camel 2.10. Should that
> tag be cut already?
>
> Thanks,
> Chad
>
>
>
>
>
>
>