Re: FreeBSD project and subversion.
From: Stefan Sperling <stsp_at_elego.de>
Date: Mon, 4 Feb 2013 22:17:29 +0100
On Mon, Feb 04, 2013 at 11:54:21AM -0800, Alexey Neyman wrote:
Would "svn diff ^/somebranch ." be synopsis 1?
svn diff -rN:M ^/somebranch_at_HEAD .@HEAD
svn diff -rN:M ^/somebranch_at_HEAD .@HEAD ^/someotherbranch_at_42 ...
Or would it be synopsis 2:
svn diff --old ^/somebranch_at_HEAD --new .@HEAD
> It has bugged me for a while until I discovered this --old/--new trick.
I agree that --old --new syntax isn't intuitive at all.
The only remedy that comes to my mind is to introduce a new subcommand:
|
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.