"Albert Krawczyk" <pro-logic@xxxxxxxxxxxxxxx> writes: > Essentially instead of having one project per repo, there are multiple > projects in the repo. So the repo looks like this > > ---SVN Root --- Folder(Proj1) ---- Files > \ > ---- Folder(Proj2) --- Trunk - Files > | \ > | - Branch - Files > | | > | - Tag - ... > | > |- Proj3 - Files > |- Proj4 - Trunk > |-Branch > | - Tag > > The question is, is there a way I can get Git SVN to understand and > replicate this layout in a git repo? I don't mind if I have to import the > entire repo again into git. If they are multiple projects then you'll probably be better off importing each project into its own git repository. Andreas. -- Andreas Schwab, schwab@xxxxxxxxxxxxxx GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." -- 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