Hi,
I have repository structure like below :
/svn/Build/CIFramework/branch
- trunk
-tags
I try to svn2git using below:
svn2gitnet https:///svn/Build/CIFramework --authors authors.txt --username --revision 58300 --no-minimize-url -verbose
But I do not get the branches and tags in the subproject. Am I missing something?