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

Re: Reference to non-existent revision

From: Archie Cobbs <archie_at_dellroad.org>
Date: 2004-06-16 17:33:33 CEST

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

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.