git question

2013-02-14 Thread David Peterson
Are we still using git fetch origin v2.1.x:v2.1.x to get v2.2?  

David



-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: git question

2013-02-14 Thread Phil Mayers

On 14/02/13 13:26, David Peterson wrote:

Are we still using git fetch origin v2.1.x:v2.1.x to get v2.2?


No. v2.x.x is the branch name now.

git clone ...
git checkout v2.x.x
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: git question

2013-02-14 Thread John Dennis

On 02/14/2013 08:26 AM, David Peterson wrote:

Are we still using git fetch origin v2.1.x:v2.1.x to get v2.2?


$ git branch -r
  origin/HEAD - origin/master
  origin/master
  origin/v1.1.x
  origin/v2.1.x-apple
  origin/v2.x.x

According to the above there is no v2.1.x branch. BTW, git remote is can 
be very useful for setting up your .git/config so you don't have to deal 
with verbose syntax.



--
John Dennis jden...@redhat.com

Looking to carve out IT costs?
www.redhat.com/carveoutcosts/
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html