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
Chown -Rf csvn:csvn repository_name


Thanks,

Venkata Badipatla | Systems Engineer - PMSG (Professional & Managed Services 
Group) | Persistent Systems
venkata_badipa...@persistent.co.in<mailto:vivek_pay...@persistent.co.in>  | 
Cell: +91-9657387160 |
Innovation in software product design, development and delivery - 
www.persistentsys.com<http://www.persistentsys.com/>

From: Juan Jesús Cremades Monserrat [mailto:relic...@gmail.com]
Sent: Monday, January 04, 2010 4:59 PM
To: users@subversion.apache.org
Subject: Remote Datasource of my repository

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.

Reply via email to