> From: Malte S. Stretz [mailto:[EMAIL PROTECTED] > Sent: Sunday, June 27, 2004 8:10 PM
> On Friday 25 June 2004 19:44 CET Duncan Findlay wrote: > > On Fri, Jun 25, 2004 at 07:28:21PM +0200, Sander Striker wrote: > > > This means your current working copies will be invalidated. > > > > Easily fixed by "svn switch" or "svn switch --relocate". I'm not > > really sure which. Probably the latter? > > Hmmm... > | [EMAIL PROTECTED] ~/projects/spamassassin/trunk.clean $ svn > switch --relocate > | https://svn.apache.org/repos/asf/incubator/spamassassin/ > | https://svn.apache.org/repos/asf/spamassassin/ . > | [EMAIL PROTECTED] ~/projects/spamassassin/trunk.clean $ svn up > | svn: REPORT request failed on '/repos/asf/!svn/vcc/default' > | svn: > | Invalid editor anchoring; at least one of the input paths is not a > | directory and there was no source entry [EMAIL PROTECTED] > | ~/projects/spamassassin/trunk.clean $ svn --version svn, > version 1.0.3 > | (r9775) > | compiled May 29 2004, 16:54:45 > > Anybody (Sander? :) a clue what's going on there? I'd prefer > not to have to re-checkout as I still have two local changes in there. You wanted a switch without the relocate. See if you can switch relocate it back to what it was, and switching normally after. If not I fear you have to svn diff >some.patch, checkout clean, apply some.patch. Sander
