[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

[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