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
'svn diff' doesn't yet know how to follow renames in history, which is
So you need to explicitly compare the two different paths:
svn diff trunk-path-URL@488 branch-path-URL@HEAD
---------------------------------------------------------------------
|
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.