Hi.
What can I do to import a SVN repository into git but only from a (known) revision number and onwards?
I've tried with:
git svn clone --authors-file=/home/ubuntu/svn-git-users.lst --revision=4151 -T trunk -b branch -t tags file://`pwd`/../svn-server-sync/MyRepo MyRepo
But it fails with:
r4151 = e80c7c5923700d6c7594c91f172779af63a8511b (refs/remotes/snapshots) fatal: refs/remotes/trunk: not a valid SHA1
Can someone help me with this?
Thanks in advance.