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

RE: Question on diff on "non-existant" files

From: Andy Buchanan <Andy.Buchanan_at_artworks.co.uk>
Date: 2003-07-30 19:12:49 CEST

Sorry my mistake. I will repost to the correct list.

-----Original Message-----
From: Ben Collins-Sussman [mailto:sussman@collab.net]
Sent: 30 July 2003 15:57
To: Andy Buchanan
Cc: 'dev@subversion.tigris.org'
Subject: Re: Question on diff on "non-existant" files

Andy Buchanan <Andy.Buchanan@artworks.co.uk> writes:

> Say I branch at rev 125, if I do log on the whole directory maybe I see a
> change I want to examine.
>
> Revision 73: Added some change I'm interested in
>
> Revision 72: Version prior to the change.
>
> If I try to get a log or diff on these specific versions I get a 404 not
> found error.

(Btw, next time please post questions like this to the 'users' list.)

'svn log' operates on a URL. If you don't specify a URL, it will just
use the URL of '.'

Therefore, when you run 'svn log -r73', you're specifying a set of
coordinates that don't exist: (73, branchURL). Instead, you need to
type 'svn log -r73 trunkURL'.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 30 19:13:41 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.