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

RE: => Backup ?

From: Christopher Viaggi <christopher.viaggi_at_hds.com>
Date: 2006-08-31 19:44:41 CEST

Anthony,

I've been able to use a hotcopy, tar the resulting directory, and gzip the tar file.
I've then been able to take the file, extract it, then run svnserve pointing to the extracted directory as the repository without issue.

If this is the command: svnadmin hotcopy OLD_REPOS_PATH NEW_REPOS_PATH

I would suggest testing it by taking a hotcopy and running a server process against the NEW_REPOS_PATH to see if it works. You can easily accomplish this by running the server process on a different port to validate that everything is fine.

//Christopher

-----Original Message-----
From: Anthony Muller [mailto:Anthony.Mueller@hyperoffice.fr]
Sent: Thursday, August 31, 2006 8:25 AM
To: users@subversion.tigris.org
Subject: => Backup ?

Hello,

What is the simple way to make a repository backup in order to do a full restore later (if a problem occurred)?

Is "hotcopy" the best way?

How to restore a repository from a hotcopy?

Best regards,
Anthony

----------------------------------------------
Anthony MÜLLER
HyperOffice
E-learning Company
www.hyperoffice.fr
----------------------------------------------
email : anthony.muller@hyperoffice.fr
----------------------------------------------

-----Message d'origine-----
De : Mark Phippard [mailto:markp@softlanding.com] Envoyé : jeudi 31 août 2006 16:40 À : Chris.Fouts@qimonda.com Cc : users@subversion.tigris.org Objet : Re: Please tell me I'm wrong!

<Chris.Fouts@qimonda.com> wrote on 08/31/2006 10:18:00 AM:

> svn co svn+ssh://repos/trunk/file
>
> svn: URL 'svn+ssh://repos/trunk/file' refers to a file, not a
> directory
>
> One can NOT check out a single file in Subversion?

That is correct. You cannot checkout a single file, just a folder. You can use -N so that subfolders are not checked out.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 31 20:52:48 2006

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.