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

"Invalid editor anchoring" error during diff/merge

From: Stuart A. Malone <samalone_at_llamagraphics.com>
Date: 2004-06-17 22:42:05 CEST

I believe that I have narrowed down the source of the problem I was
having last week with diff & merge in subversion 1.0.5, and it looks
like it's a problem with the handling of spaces in directory names in
the svn: protocol.

For example, if I run this command directly on the subversion server,
it succeeds:

svn diff -r 1226:1193
file:///Volumes/Bradbury/svnrepos/trunk/Projects/Life%20Balance

But if I run the equivalent command on the same repository from a
client machine, it fails:

svn diff -r 1226:1193 svn://whirlwind/trunk/Projects/Life%20Balance
svn: Invalid editor anchoring; at least one of the input paths is not a
directory and there was no source entry

If I do a diff directly on the Projects directory (leaving out
"/Life%20Balance"), it succeeds on both machines.

Attached is a csh script that reproduces the error. Edit the
repository variable at the top of the script to point to a writable
repository that uses the svn: protocol.

--Stuart A. Malone
   Llamagraphics, Inc.

  • application/pkcs7-signature attachment: smime.p7s
Received on Thu Jun 17 22:43:19 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.