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

Re: Compare WC with a URL

From: Jim Blandy <jimb_at_red-bean.com>
Date: 2005-12-02 03:06:32 CET

On 11/30/05, Mark Phippard <markp@softlanding.com> wrote:
> This command:
>
> svn diff . http://svn.collab.net/repos/svn/tags/1.3.0-rc4
>
> Gives this error:
>
> svn: Target lists to diff may not contain both working copy paths and URLs

Doesn't this come up from time to time? Would it be worth doing
something like the patch below? I'm open to alternatives to the ugly
double-error construction, but the output does look the way it should:

$ ./svn diff . http://svn.collab.net/repos/svn/trunk/subversion/svn
svn: Target lists to diff may not contain both working copy paths and URLs
svn: Consider using the '--old' and '--new' options
$

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

Received on Fri Dec 2 03:07:51 2005

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.