-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
svn:external #85
Comments
afair |
how to post process? Have you an idea to do that? |
No, I didn't convert any SVN repo with externals yet. |
is and how can i get the svn:externals for each (branches/trunk/tags) ? i have over 17000 branches and 500 tags. |
Probably, yes.
I guess you even have to go through all commits, but as I said, no idea, never did this before. |
I vote +1 for this feature as well to either allow for registering a script for each svn:external to handle it or via a C++ callback that can be added as an example. The base case would seem to be if svn:external is referring to the same SVN repo. |
Hello,
I want to migrate old SVN to git
the SVN repository is like:
but folder2 is an svn:external from
http://svn/Moon/tags/18_10_2013/sources/folder2
project at a specific tag on trunk.and
folder2 is an svn:external from
http://svn/Moon/tags/01_10_2013/sources/folder2
project at a specific tag on /branches/0.1.and so... for /branches/X.Y.Z/
How can i write the match rules in those cases?
BR
The text was updated successfully, but these errors were encountered: