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--
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