Re: Diff against a file that doesn't exist in HEAD?
From: Ben Collins-Sussman <sussman_at_red-bean.com>
Date: 2006-03-14 03:17:19 CET
On 3/13/06, Justin Erenkrantz <justin@erenkrantz.com> wrote:
You're forgetting how to use peg-revisions. When you run
svn diff -rX:Y URL
..it's the same as if you had typed
svn diff -rX:Y URL@HEAD
And, if URL@HEAD doesn't exist, end of story. You get the error you're seeing.
What you mean to type is
svn diff URL@X URL@Y
That syntax is a command to diff two "exact" trees. The other command
---------------------------------------------------------------------
|
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.