Re: `svn diff' progress
From: Colin Putney <cputney_at_whistler.com>
Date: 2001-12-19 03:05:13 CET
On Tuesday, December 18, 2001, at 03:31 PM, Greg Stein wrote:
> On Tue, Dec 18, 2001 at 06:10:27PM -0500, Mark Benedetto King wrote:
I'm a little confused about this as well. There are a few separate cases
1) Comparing a file or directory in the working copy with a URL.
The working copy has to be crawled to find out which files need to be
svn diff -r REV foo.c
2) Comparing a URL with a URL.
In this case, the working copy should not be involved, since both files
svn diff -r REV1 http://host/repos/dir/foo.c -r REV2
3) Comparing different revisions of a file or directory in the working
This case is a bit tricky. The working copy doesn't supply content for
svn diff -r REV1:REV2 foo.c
I'm not familar enough with the code to suggest an approach, but it
Cheers,
Colin
---------------------------------------------------------------------
|
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.