Stefan Pettersson wrote:
> We had to restore a two day old backup of the repository.
>
> Now people have a working copy with a revision higher than the one in
> the repository, and when doing an update all we get is "reference in
> non-existent revision on server".
>
> What is the best/quickest/easiest way to get the 15 peoples local
> changes back in the repository?
Wouldn't this work?
cd dir
svn diff > ../patch
cd ..
rm -rf dir
svn co http://foo.bar/svn/dir
cd dir
patch < ../patch
-Archie
__________________________________________________________________________
Archie Cobbs * CTO, Awarix * http://www.awarix.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 16 17:56:17 2004