clone camel 2.11.x branch

2013-06-27 Thread Richard Slide
Hi all, I'm new to git and i'd like to know how clone camel 2.11.x branch Regards R

Re: clone camel 2.11.x branch

2013-06-27 Thread Claus Ibsen
, Richard Slide wrote: > Hi all, > I'm new to git and i'd like > to know how clone camel 2.11.x branch > > > Regards > > R -- Claus Ibsen - www.camelone.org: The open source integration conference. Red Hat, Inc. FuseSource is now part of Red Hat

Re: clone camel 2.11.x branch

2013-06-27 Thread Hadrian Zbarcea
n 06/27/2013 08:43 AM, Richard Slide wrote: Hi all, I'm new to git and i'd like to know how clone camel 2.11.x branch Regards R

Re: clone camel 2.11.x branch

2013-06-27 Thread Christian Müller
://www.apache.org/foundation/members.html https://www.linkedin.com/pub/christian-mueller/11/551/642 On Thu, Jun 27, 2013 at 2:43 PM, Richard Slide wrote: > Hi all, > I'm new to git and i'd like > to know how clone camel 2.11.x branch > > > Regards > > R >

Re: clone camel 2.11.x branch

2013-09-03 Thread vcheruvu
Hi Christian, I have followed your command examples to check out Camel 2.11.x source code. Unfortunately I am unable to check out with errors as shown below. I am running in win 7 with cmd prompt. Will your instructions work for windows cmd. Please advise how I could check out source code? C:

Re: clone camel 2.11.x branch

2013-09-03 Thread Christian Posta
i mean the 's' On Tue, Sep 3, 2013 at 7:32 AM, Christian Posta wrote: > try removing the 'https' ? > > > On Tue, Sep 3, 2013 at 7:20 AM, vcheruvu wrote: > >> >> Hi Christian, >> >> I have followed your command examples to check out Camel 2.11.x source >> code. Unfortunately I am unable to che

Re: clone camel 2.11.x branch

2013-09-03 Thread Christian Posta
try removing the 'https' ? On Tue, Sep 3, 2013 at 7:20 AM, vcheruvu wrote: > > Hi Christian, > > I have followed your command examples to check out Camel 2.11.x source > code. Unfortunately I am unable to check out with errors as shown below. I > am running in win 7 with cmd prompt. Will yo

Re: clone camel 2.11.x branch

2013-09-03 Thread vcheruvu
I have tried your suggestion. I am experiencing same issue. C:\vid\apps>git clone http://git-wip-us.apache.org/repos/asf/camel.git Cloning into 'camel'... fatal: unable to access 'http://git-wip-us.apache.org/repos/asf/camel.git/': Failed connect to git-wip-us.apache.org:80; No error -- View

Re: clone camel 2.11.x branch

2013-09-04 Thread Christian Müller
It works in general: with HTTPS: cmueller$ git clone https://git-wip-us.apache.org/repos/asf/camel.git Cloning into 'camel'... remote: Counting objects: 445470, done. remote: Compressing objects: 100% (130404/130404), done. remote: Total 445470 (delta 191440), reused 442610 (delta 190350) Receivin