[git-users] Re: Git SVN clone only one remote branch

2012-05-30 Thread Thomas Ferris Nicolaisen
Hi Eduardo, 

Try this, it's a bit simpler:

git svn clone -r3:HEAD https://remote.svn.url/system/branch/mybranch/ 
/srv/repos/git/system-fetchhttps://remote.svn.url/system/branch/mybranch//srv/repos/git/system-fetch

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/git-users/-/M3bOab20haQJ.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.



[git-users] Re: Git SVN clone only one remote branch

2012-05-29 Thread Thomas Ferris Nicolaisen
Hi Eduardo,

If you only want to clone a single folder, you need to leave out the -s 
option. It means standard layout, and means git-svn will look for all 
branches and tags to import. You can then also leave out 
the --no-minimize-url parameter as a result.

See http://git-scm.com/docs/git-svn for more info.

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/git-users/-/9-emz1uXcREJ.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.