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

Re: using diff to compare a working copy against a URL@rev

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-12-11 18:06:27 CET

On Thu, 2003-12-11 at 09:55, Charles E. Doucette wrote:

> I'm trying to diff revision 488 of a file in the trunk with the head revision of
> the same file on the branch (which is in the current working directory).
>
> How do I do that?

'svn diff' doesn't yet know how to follow renames in history, which is
what you were (reasonably) expecting here. See issue #1093.

So you need to explicitly compare the two different paths:

  svn diff trunk-path-URL@488 branch-path-URL@HEAD

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 11 18:07:16 2003

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

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