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

Re: How to fix working copy if repository was restored from backup???

From: Ryan Schmidt <subversion-2006q2_at_ryandesign.com>
Date: 2006-06-07 18:24:02 CEST

On Jun 7, 2006, at 08:33, Papick G. Taboada wrote:

> I just recovered my repository to the latest revision I had on backup
> 352. My working copy was at 355 and complains that this revision does
> not exist anymore.
>
> How do I get out of this problem?

Unfortunately, Subversion is not designed to get out of this problem
easily. This is why it is so important to have completely current
backups at all times. Best idea is to use svndump in a post-commit
hook so that you have a backup of every revision, all the time. You
can and should still do regularly-scheduled dumps or hot-copies, and
then possibly clean up the incremental dumps made in the post-commit
hook up to that point.

Now that you have the problem, though, here's an answer I wrote to
someone last year about how to get out of it; maybe it will help you
too:

http://svn.haxx.se/users/archive-2005-08/0347.shtml

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 7 18:47:43 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.