[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: <kovac_at_kovac.ch>
Date: 2006-06-07 18:16:24 CEST

Hi Pat

Just checkout version 352 into a new working directory and then copy
the working directory of version 355 over version 352 (assuming no
files were deleted between 352 and 355. Check the status to see if
there are any new files. If so, add them and then checkin your
changes. Something like this:

mkdir ~/wd2
cp -rp ~/wd ~/wd2
cd ~/wd2
svn status
svn add <newfiles>
svn ci -m "<description of changes>"

Good luck
Kurt

Quoting "Papick G. Taboada" <pgt@pgt.de>:

> Hi,
>
> 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?
>
> brgds,
>
> Papick
>
> --
>
> T3chnology Scout
>
> http://www.adminSight.de
> https://www.openbc.com/hp/Papick_GarciaTaboada/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 8 14:59:21 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.