I am try to migrate a Subversion repository which was not initially using the standard layout. I cannot figure out how to migrate it.
For Example. In SVN Rev 1. - 700, the layout is
[svn]/projectfile
[svn]/projectfile2
Until the revision 700 then it change to
[svn]/trunk/projectfile
[svn]/tags
[svn]/branches
How can I run the git svn init command?
Right now when I use
git svn init -s <subversion_repository>
it will show everything in the directory like there are no branches. (same like use below command)
svn checkout <subversion_repository_root>/