RE: Remote Datasource of my repository
From: Venkata Badipatla <venkata_badipatla_at_persistent.co.in>
Date: Mon, 4 Jan 2010 17:13:44 +0530
Hi,
You can back up the SVN repository using the "svnadmin dump" command. This dump file is platform independent. You can restore it back using "svnadmin load" command in any platform.
Dump Command: svnadmin dump /location/of/the/repository > dumpfilename.dmp
Before restoring the SVN repository, we have to create repository using "svnadmin create"
Restore Command: svnadmin load /location/of/the/repository < dumpfilename.dmp
Note: If you are using Collabnet 1.6.x or above, we have to change the ownership of the repository as CSVN
Thanks,
Venkata Badipatla | Systems Engineer - PMSG (Professional & Managed Services Group) | Persistent Systems
From: Juan Jesús Cremades Monserrat [mailto:relicary_at_gmail.com]
Hi!!
I've created a Virtual Machine with a Subversion Server. Until Now, the content was stored in the same VM but my boss want the data out of it because security. There's some meaning to move this data? Thanks!
DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Ltd. does not accept any liability for virus infected mails.
|
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.