git-svn error importing repository: fatal: Not a valid object name
Posted
by Kurt Harriger
on Stack Overflow
See other posts from Stack Overflow
or by Kurt Harriger
Published on 2010-03-08T22:34:17Z
Indexed on
2010/03/08
22:36 UTC
Read the original article
Hit count: 510
git-svn
I'm getting the following error attempting to clone an svn repository.
Anyone seen this before?
$ git svn clone -s https://npanday.svn.codeplex.com/svn npanday Initialized empty Git repository in /home/kurtharriger/npanday/.git/
fatal: Not a valid object name ls-tree -r --name-only -z : command returned error: 128
$ git --version git version 1.7.0.1
© Stack Overflow or respective owner