mentre facendo git svn clone -s https://svn.example.com/repo/
ho ricevuto il seguente output:git-svn clone non riesce "fatale: Non un nome di oggetto valido"
r3073 = a6132f3a937b632015e66d694250da9f606b8333 (refs/remotes/trunk)
Found possible branch point: https://svn.example.com/repo/trunk => https://svn.example.com/repo/branches/v1.3, 3073
W: Refspec glob conflict (ref: refs/remotes/trunk):
expected path: repo/branches/trunk
real path: repo/trunk
Continuing ahead with repo/trunk
W: Refspec glob conflict (ref: refs/remotes/trunk):
expected path: repo/branches/trunk
real path: repo/trunk
Continuing ahead with repo/trunk
W: Refspec glob conflict (ref: refs/remotes/trunk):
expected path: repo/branches/trunk
real path: repo/trunk
Continuing ahead with repo/trunk
W: Refspec glob conflict (ref: refs/remotes/trunk):
expected path: repo/branches/trunk
real path: repo/trunk
Continuing ahead with repo/trunk
fatal: Not a valid object name refs/remotes/tags/Sync Controllers
cat-file commit refs/remotes/tags/Sync Controllers: command returned error: 128
Esecuzione git branch -a
dà:
remotes/tags/Sync%20Controllers
remotes/tags/v1.1
remotes/trunk
remotes/v1.2
Credo che il problema è che "telecomandi/tag/controller di sincronizzazione"! = "telecomandi/tag/sincronizzazione% 20Controllori".
Vedi pure: https://bugs.launchpad.net/ubuntu/+source/git/+bug/786942 – kenorb
correlati: http://stackoverflow.com/questions/7584605/git-svn-dcommit- fail-because-the-repository-name-contains-a-space È disponibile una patch. – kenorb