From dbc8eb37e094f14016ff20a7012c545ef86c2b69 Mon Sep 17 00:00:00 2001 From: julien Lengrand-Lambert Date: Thu, 9 Jul 2015 07:30:28 +0200 Subject: [PATCH] Update 2015-07-09-merging-svn-repositories.markdown --- _posts/2015-07-09-merging-svn-repositories.markdown | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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 :