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

Double diffing URLS with -r?

From: B. W. Fitzpatrick <fitz_at_red-bean.com>
Date: 2003-01-17 03:39:03 CET

This does what I would expect it to do:

$ svn diff http://svn.collab.net/repos/svn/trunk/COMMITTERS@3000 http://svn.collab.net/repos/svn/trunk/COMMITTERS@3500

This does what I would expect it to do, only twice:

$ svn diff -r 3000:3500 http://svn.collab.net/repos/svn/trunk/COMMITTERS http://svn.collab.net/repos/svn/trunk/COMMITTERS

If using -r with URLs is unsupported, we should probably error out
here. If it is supported, we should probably not dup the results.

Shall I file an issue?
Shall I file an issue?

-Fitz
-Fitz

--
--
Brian W. Fitzpatrick    <fitz_at_red-bean.com>   http://www.red-bean.com/fitz/
Brian W. Fitzpatrick    <fitz_at_red-bean.com>   http://www.red-bean.com/fitz/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 17 03:38:50 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.