I have a local svn repo on my hard-drive which has directory structure as follows :
[root]
Project1/
Project2/
Project3/
Project4/
As you noticed this not at all a standard SVN layout.
Now I want to create a new git repo importing all these projects. I won't mind directory strucutre changes unless all of these projects are in single folder.
I have TortoiseSVN and TortoiseGit installed.
I have tried following but I am not able to figure out the inner workings of these or I am just way too new for this.
- http://www.gitshah.com/2010/11/how-to-use-git-with-non-standard-svn.html
- Importing a Subversion repository with a non-standard layout into Git
- How do I access svn branches using git-svn with a non-standard svn repo layout?
- Convert non standard svn to git
- Cloning a Non-Standard Svn Repository with Git-Svn
Please help me out here.
Thanks,