Git is great for starting a project quickly but the office uses svn. Here is how I add my existing git repository to a new svn repo.
1 2 3 4 5 6 7 |
|
First thing we do is make the new svn repository.
Then clone into our existing git repository, repo
Next we checkout the trunk, and rebase our existing work onto it.
Now we move master
to point back to trunk
, and push changed to svn.