[git-users] Re: git svn questions

2012-08-09 Thread Thomas Ferris Nicolaisen
On Thursday, August 9, 2012 6:24:22 PM UTC+2, adrienk wrote: Ok so I am sorry if this is not the right place but I didn't know where else to ask. Its kind of a stupid question and I have been up and down Google but the answer is either in front of me or its no where. You're asking in the

[git-users] Re: git svn questions

2012-08-09 Thread adrienk
So heres what I did - got it working :D you do this: git svn clone -s -r ##:HEAD svn://path/to/repo then you do a git branch - see master after that you do a git branch --track branchname remotes/branchname then youll see: *master branchname this basically states to create and check out the