diff --git a/_posts/2015-07-09-merging-svn-repositories.markdown b/_posts/2015-07-09-merging-svn-repositories.markdown index 40966e3..b1188b1 100644 --- a/_posts/2015-07-09-merging-svn-repositories.markdown +++ b/_posts/2015-07-09-merging-svn-repositories.markdown @@ -28,12 +28,11 @@ On my machine, the repositories are stored in `/spacemetric/svn`, and the reposi On my machine, this gives us : -``` -$ cd /spacemetric/svn -$ svnadmin dump main > /spacemetric/shared/jll/svnstuff/main_last.dump -$ svnadmin dump ext-video > /spacemetric/shared/jll/svnstuff/video_last.dump -$ svnadmin dump public > /spacemetric/shared/jll/svnstuff/public_last.dump -``` + + $ cd /spacemetric/svn + $ svnadmin dump main > /spacemetric/shared/jll/svnstuff/main_last.dump + $ svnadmin dump ext-video > /spacemetric/shared/jll/svnstuff/video_last.dump + $ svnadmin dump public > /spacemetric/shared/jll/svnstuff/public_last.dump And as the main repo is for us the most critical, and I am never sure enough of what I do, I also made a folder copy of the repository :