Re: Possible error on the git-svn man page

2013-07-06 Thread Jonathan Nieder
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 com

Possible error on the git-svn man page

2013-06-28 Thread Szuba, Marek (IKP)
Hello, On the git-svn(1) man page, the third example in the "Basic Examples" section discusses how one can speed up the initial clone of a Subversion repository by cloning it from Git first and linking it to Subversion afterwards. However, it seems this example is not correct. I have had several p