2009/2/5 Björn Steinbrink <B.Steinbrink@xxxxxx>: > Hm, the branches and tags config looks weird to me. Is the path to them > really ".../turntool/plantool/plantool/branches"? I tried doing this: $ git svn init https://svn.turntool.com/svn/turntool/plantool -s --username=harry Initialized empty Git repository in /Users/h/work/projsvn/.git/ $ Then I changed .git/config to look like this: $ cat .git/config [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true ignorecase = true [svn-remote "svn"] url = https://svn.turntool.com/svn/turntool/plantool fetch = trunk:refs/remotes/trunk branches = branches/*:refs/remotes/* tags = tags/*:refs/remotes/tags/* $ And finally tried to fetch it all $ git svn fetch --all $ It simply exists quietly, still without fetching *anything* and leaving me in no branch, in an empty dir. :/ -- 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