Re: svn diff -r HEAD:HEAD-1 URL
From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-10-10 06:44:25 CEST
On Oct 9, 2007, at 06:35, Justin Johnson wrote:
>>> I would like to perform a diff from HEAD to HEAD-1 against a URL
[snip]
>>> Is there a way to do this without running multiple commands to
Cute. Then: no, there is no way to do it in one command. Get the HEAD
$ cat headdiff.sh
REPO=http://svn.collab.net/repos/svn
HEAD=`$SVN info $REPO | $SED -E -n 's%^Revision: %%p'`
$SVN diff -c-$HEAD $REPO
---------------------------------------------------------------------
|
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.