Turn from: http://spiritfrog.iteye.com/blog/448578 + http://magnet2008.iteye.com/blog/586578Backup policy ==============svn backups are typically made in three different ways:1) Svnadmin Dump2) Svnadmin Hotcopy3) Svnsync.Note that SVN backup is not
Sometimes need to migrate from one machine SVN repository to another machine, if the amount of data is very large, there is no good method is very inconvenient, in fact, the migration of SVN is similar to the migration of MySQL, there are export
Here's what subversion officially recommends for backup.Close all running processes and verify that no programs are accessing the repository (such as httpd, Svnserve, or local users in direct access).Backing up the SVN repository#压缩备份Svnadmin
Http://www.cnblogs.com/itech/archive/2011/10/11/2206988.htmlBackup policy ==============svn backups are typically made in three different ways:1) Svnadmin Dump2) Svnadmin Hotcopy3) Svnsync.Note that SVN backup is not recommended for normal file copy
(This example is based on the Freebsd/linux implementation, the Windows environment please make the appropriate changes)An important mission of configuration management is to ensure the security of the data, to prevent the server should be hard disk
Elementary:
Transplantation of version library data: svnadmin dump and svnadmin Load
Export:
$ Svnlook youngest myrepos // view the latest version so far
$ Svnadmin dump myrepos> dumpfile // export the specified version library to a file
Primary article:
Porting of version Library data: Svnadmin dump, svnadmin load
Export:
$svnlook youngest Myrepos//view the latest version number so far
$svnadmin dump Myrepos > DumpFile//Export the specified version library to a file
(The example in this article is implemented based on FreeBSD/Linux, and you need to modify it on your own in the Windows environment)An important mission of configuration management is to ensure data security and prevent the catastrophic
Reference: I have recently performed version library migration and automatic backup. I have found some related information on the Internet, but they are all messy. I believe many netizens will encounter the same problem, based on my own sorting and
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.