On Monday, 8. December 2008 18:34:20 Thomas Jarosch wrote: > 1. When I run "git rev-list --all --objects", I can see file names that > look like "SVN-branchname/directory/filename". Is it normal that "git svn" > creates a directory with the name of the branch and puts files below it? Ok, this seems to be a PEBKAC: In the history of the subversion repository, f.e. I once copied the "branches" root folder to tags/xyz. One revision later I noticed this and retagged the correct branch. git-svn imports all branches from the first tag, which is the correct thing to do :o) Now I'll manually check the history of the tags/ and branches/ folder for more funny tags and write down the revision. If I understood the git-svn man page correctly, I should be able to specifiy revision ranges it's going to import. I'll try to skip the broken tags. Cheers, Thomas -- 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