You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by ko...@kovac.ch on 2006/06/07 16:16:24 UTC

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

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" <pg...@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