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

Re: No transaction name 'a80' running on NT4 system

From: Max Bowsher <maxb_at_ukf.net>
Date: 2004-08-11 03:01:19 CEST

stephen meechan wrote:
> One more follow up question, I've restored the repository up to revision
> 13210, but whenever I try to access it from the working copy I get the
error
>
> "svn : Reference to non-existent revision '13211' in filesystem"
>
> 13211 is the lost revision, is there any way other than checking out a new
> working copy to get back in sync?

I assume you want to use the WC to commit a replacement r13211 ?

First "svn diff" and save any local mods since 13211, then "svn revert -R ."
to get back to a clean 13211.

Then delete each .svn directory and replace it with one from the same
position in the tree, in a new checkout.

Now you have a WC based on 13210 with the changes of 13211.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 11 03:06:40 2004

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.