[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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

Thanks,

Venkata Badipatla | Systems Engineer - PMSG (Professional & Managed Services Group) | Persistent Systems
venkata_badipatla_at_persistent.co.in<mailto:vivek_payala_at_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:relicary_at_gmail.com]
Sent: Monday, January 04, 2010 4:59 PM
To: users_at_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.
Received on 2010-01-04 12:44:25 CET

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.