Search This Blog

Saturday, August 20, 2011

git svn - How to git-svn clone the last n revisions from a Subversion repository? - Stack Overflow

git svn - How to git-svn clone the last n revisions from a Subversion repository? - Stack Overflow: $ git svn clone --prefix=svn/ -s -r534:HEAD http://some/svn/repo

This is the only way to clone the last N revisions from

No comments: