Open
Description
Hello,
I want to migrate old SVN to git
the SVN repository is like:
http://svn/Sky/trunk/folder1/
http://svn/Sky/trunk/folder2/
http://svn/Sky/branches/0.1/folder1/
http://svn/Sky/branches/0.1/folder2/
...
http://svn/Sky/branches/X.Y.Z/folder1/
http://svn/Sky/branches/X.Y.Z/folder2/
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