Update 2015-07-09-merging-svn-repositories.markdown

This commit is contained in:
julien Lengrand-Lambert
2015-07-09 07:36:25 +02:00
parent 2db69772a9
commit f15c65f6e7

View File

@@ -21,6 +21,7 @@ The task ahead : Merge 3 different repositories together for a total of around 1
I looked around on the internet without finding anything really satisfactory. So I ended up rolling my own solution. Here is how I have done it.
### Backing up
The first thing to do is obviously to backup the repositories. You don't want to do anything that is gonna spoil your codebase! **Here, it is important to backup the server side repo, not your local checkout**