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

Re: SVN as incremental backup replacement

From: Thomas Harold <tgh_at_tgharold.com>
Date: 2006-12-26 18:49:45 CET

Ryan Schmidt wrote:
> On Dec 21, 2006, at 13:52, Klavierspieler wrote:
>
> No. That's not how Subversion is meant to work.
>

SVN gets close though.

We're able to add stuff automatically with the "svn add" command in our
log file folders. We just haven't figured out how to get "svn del"
commands for any files that are now missing.

The nice part about using SVN for this is that deletion commands can
always be undone (since they're just versions). So you never worry
about losing data. Even if the client is compromised, the worst it can
do is issue lots of "svn del" commands.

I've often wished for some sort of "sync my local working copy up to the
server, automatically creating add/del changes". Instead, I end up
using TortoiseSVN's modification browser and do it by hand (which at
least works well enough). Maybe it's something for a later version of SVN.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 26 18:50:20 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.