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

Re: [BUG] svn diff header

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-12-23 16:58:10 CET

On Tue, 2003-12-23 at 01:51, Ben Reser wrote:
> svn diff if diffing between a rev that the file doesn't exist in and a
> working copy with modifications returns a header showing the "old" file
> as revision 0 and the "new" file as whatever your BASE is.

Hm, this looks like a variant of a bug that cmpilato *just* fixed in the
last week. In the original bug, the command

  $ svn diff -r1:6000 subversion/libsvn_wc/update_editor.c

would show a diff between r0 and r6000, because update_editor.c doesn't
exist in r1. Mike fixed the problem, so now we get a more appropriate
response:

svn:'http://svn.collab.net/repos/svn/trunk/subversion/libsvn_wc/update_editor.c' was not found in the repository at revision 1

The bug you're reporting here looks like more of the same thing,
happening in the "-rX" case, against an implied BASE.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Dec 23 16:58:47 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.