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

Re: Changing server hostname

From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-02-12 23:48:55 CET

On Feb 12, 2007, at 04:36, Mark Hewitt wrote:

> As a supplementary question, if the repository is out of date -
> lets say
> the backup was regular enough and was recovered, is there any way to
> re-synchonise the working copies in that case too?

I assume you mean "the backup was NOT regular enough". In this case,
anyone who has a newer working copy than the repository must get a
new working copy, and must not attempt to check in ever again from
the old working copies, because this will confuse the server
mightily. Recreating those lost revisions is also likely to be fun.

For this reason, I would say that any backup strategy that does not
guarantee that you have every revision backed up from the moment
after they're created is inadequate. Put a line in your post-commit
hook that does an incremental dump of just that revision, to a new
file. Once a week (once a day?) you could do a more complete dump,
and clean up the now-unnecessary incrementals. In addition, you could
do an occasional hotcopy backup. You can never have too many
different kinds of backups.

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 12 23:49:31 2007

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.