Re: Query regarding complete backup of a repository with revision history.
From: Ryan Schmidt <subversion-2010d_at_ryandesign.com>
Date: Mon, 8 Nov 2010 02:06:33 -0600
On Nov 8, 2010, at 01:50, Rajnish Kumar Singh wrote:
> I have to copy the entire repository to a new server with revision history.
Yes, this is a good method that many people use. Note that there are several possibilities, from dumping the entire repository, to just dumping selected revisions, and either dumping each revision's contents in its entirety or incrementally using deltas.
> 2) Or else can I copy the entire repository from the SVN server( located at D:\repositories\OR1221) and save it on other location. And after sometime if I want the repository again then I will place it back to the SVN server. So will it give the same results (i.e with complete revision).
Instead of copying the repository manually, you should use "svnadmin hotcopy"; it will do so in the correct order that will yield a consistent valid repository.
A third option is to use svnsync.
svnsync and using dump and load will not copy the repository configuration files or hook scripts or preserve locks. I believe a hotcopy will preserve those. You may want to test all three methods to see which is right for you.
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.