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

Re: revision mismatch server - working copy

From: Ryan Schmidt <subversion-2009b_at_ryandesign.com>
Date: Wed, 8 Jul 2009 02:44:20 -0500

On Jul 8, 2009, at 02:28, Stefan Mueller wrote:

> ok, thanks for the solution, this would have been the way I'd done
> it in any way. I just thought there would be a special svn admin
> command to synchronize server/working copies. For the manual
> copying solution I have to diff the whole working copy directory
> structure (the project consists of >10 directories with header and c
> ++ files).

Yeah, there isn't a command for that. Subversion assumes the
repository will not suddenly go back in time. You must ensure it does
not, or face the inconvenient task you're now faced with.

> Backup strategy here being made by the admins makes a backup every
> morning, so this would mean I could only check in once a day or not
> losing any intermediate revisions...

You should advise your admins to improve their backup strategy. For
example, write a post-commit hook that uses svnadmin dump to dump the
just-committed revision and then upload it to a backup server. Or use
svnsync to set up a complete backup repository on another server.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2369103

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-07-08 23:23:29 CEST

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.