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

RE: Any Tortoise SVN activity seems to block deletion of directories

From: Loritsch, Berin <bloritsch_at_dtri.net>
Date: Thu, 14 Oct 2010 08:16:50 -0400

> -----Original Message-----
> From: Stefan Wild [mailto:stefan.wild_at_autinity.de]
> > And why delete all .svn folders?
> because I want to backup only some of the data, not the wc itself

Probably a more efficient way to do that is to Export the working copy
you need for backup. The difference between Checkout and Export is the
existance of the .svn folders. (Export just gets a copy of the
repository, and is not treated like a working copy after that).

Seriously though, if you are backing up the server (you are backing up
the server, right?), backing up portions of the files you have on your
machine is a bit redundant. Backing up the server is as simple as
issuing the "svnadmin dump" command and saving the results to a file.
Restoring is as simple as issuing the "svnadmin load" command and you
have your repository along with every revision in its history (comments
and all).

Confidentiality Note: The information contained in this message, and any attachments, may contain proprietary and/or privileged material. It is intended solely for the person or entity to which it is addressed. Any review, retransmission, dissemination, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2671774

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-10-14 14:17:02 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.