On Mon, Oct 26, 2009 at 2:49 PM, Pascal Obry <pascal@xxxxxxxx> wrote: > On a large project it is failing. Here is what I have done: > > I have cloned the repository using: > > $ git svn clone --prefix=svn/ file:///path/repo \ > --revision=15314:HEAD --trunk=trunk/project \ > --tags=tags/project --branches=branches/project \ > --branches="branches/global/*/project" project > > Not simple, ok but working :) > > Now I have converted the file:// to svn+ssh:// using: I'm not sure about the actual bug you're experiencing, but you could have done this more simply using the --rewrite-root option to git-svn. It might still save you time to just do that from scratch. If you really want to debug it, you might want to run it through 'strace' and see if it's having any trouble creating those files. Have fun, Avery -- 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