I cloned the repo using git svn -s clone first from
svn+ssh://savannah.psi.ch/afs/psi.ch/project/meg/svn/elog
But the repo was later changed to
svn+ssh:// svn@savannah.psi.ch /repos/meg/elog
Then I edit the .git/config file, just change the line below [remote-svn "svn"] . Then git svn fetch works fine, but any other svn commands, such as svn info , svn rebase , cannot fail:
Unable to determine SVN information up tree history
I was looking for a stack overflow, someone got the same error before, but the answer does not work for me. What to do after changing the svn-repo address?
Platform: archlinux; git: 1.7.7.3; svn: 1.6.17
source share