Hello, I am having a little trouble with importing an Subversion repository with a somewhat unusual layout:
- *trunk/ *- The normal development trunk - *branches/ *- Perfectly normal branches folder. The subfolders (not branches itself) contain basically a different version of trunk. - *tags/ - *Hardly ever used, but it is there. - *live/ - *this *is *a branch, unlike the directory "branches/", which only *contains *branches. I've tried git svn clone \ --trunk=trunk/ \ --branches=branches/ --branches=live \ --tags=tags \ --prefix=origin/ \ file:///var/lib/svn/myrepository and while it seems to process revisions that concern changes in live/ I don't see how to access it. Is there a way to treat the "live/" directory in SVN as though it was "branches/live/" upon Git import without actually changing the Subversion repository? Or maybe do it after the initial "clone", but then I need the "rebase" to still work. Thanks for help. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
