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

Re: "Invalid editor anchoring" error during diff

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-06-12 05:57:35 CEST

Stuart A. Malone wrote:

> Any ideas on why this is happening?

That error message means, "you've asked me to compare two trees, and one
of them doesn't exist."

In this case, it means that the path
'trunk/Projects/Life%20Balance/Conduit' either doesn't exist in r1206 or
r1247. More likely the former.

Just because you can run 'svn log -r1206:1247' on that path, doesn't
mean the path *exists* through that entire range. The log command is
searching those revisions to see if the path ever changed in any of
them... but that's all it's doing.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jun 12 05:59:40 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.