Figured this one myself. git svn rebase was failing since the SHA hash pointer was missing in the cloned repo. After copying this file over, rebase went fine.
Here's the location of the hash file:...
Type: Posts; User: sbatta
Figured this one myself. git svn rebase was failing since the SHA hash pointer was missing in the cloned repo. After copying this file over, rebase went fine.
Here's the location of the hash file:...
I have a git repository cloned from a SVN repo using git-svn. Everything works fine here.
I am now trying to clone this git repo onto another machine and setup svn remote on it.
1. After adding...