Hi,
Szuba, Marek (IKP) wrote:
On the git-svn(1) man page, the third example in the "Basic Examples"
[...]
$ git checkout -b master FETCH_HEAD
fatal: Cannot update paths and switch to branch 'master' at the same time.
Did you intend to checkout 'FETCH_HEAD' which can not be resolved as commit?
What branch are you on when you run "git fetch"? What does "git log
FETCH_HEAD" say? Is this repository public, which would let people on
this list try it out?
Thanks,
Jonathan