git version 1.7.1
svn, version 1.6.12
Ubuntu 10.10
I have just git and I have used svn. But I haven\'t used then together. I had a git repository, and
No a complete answer, but what seems certain is that:
*(no branch)
means you end up in a DETACHED HEAD
mode which you see in a git svn context in "Can I recover lost commits in a SVN repository using a local tracking git-svn branch?".
See also "Why did git detach my head?".
So make sure:
dcommit
a branch which exists in your SVN repo (and not a pure local Git branch)