Multiple Projects in one SVN Repository
From: Alexander Lippling <hidden>
Date: 2016-06-15 22:46:26
From: Alexander Lippling <hidden>
Date: 2016-06-15 22:46:26
Hi folks, I'm evaluating git and I'm wondering how to manage the following problem: We have a svn repository which contains all of our projects. They reference each other relatively (e.g. ../../../ProjectA.dll). The projects are each of the following structure: • <project> • trunk • current (this is needed, because relative links wouldn't work without additionally changes when the trunk is branched) • branches • <branch name> • tags • <tag name> How can I use git svn to manage this situation? It is important, that the projects are checked out in a way so that the relative links to other projects still work. - Alexander