On Sunday 2006 December 10 17:26, Nicolas Vilz wrote: > Use of uninitialized value in hash element at /usr/bin/git-svn line > 2952. > Use of uninitialized value in concatenation (.) or string at > /usr/bin/git-svn line 2953. > Author: not defined in .git/info/svn-authors file > 512 at /usr/bin/git-svn line 457 > main::fetch_lib() called at /usr/bin/git-svn line 328 > main::fetch() called at /usr/bin/git-svn line 187 I've had errors like this. For certain repositories (possibly very old ones) there is an unusual, empty, revision 0. I got around the problem by telling git-svn to start at revision 1. Everything seemed fine after that. $ git-svn fetch -r1 I don't know if that will be your fix, but it's worth a try. Andy -- Dr Andy Parkins, M Eng (hons), MIEE andyparkins@xxxxxxxxx - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html