RE: Resolution of 'svn diff' change?
From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2003-05-20 20:25:13 CEST
On Tue, 2003-05-20 at 13:52, Sander Striker wrote:
I had proposed that paths are relative to new-target. Here is a usage
--- diff (di): display the differences between two paths[1]. usage: 1. svn diff [-r N[:M]] [--old=OLD-TARGET] [--new=NEW-TARGET] [PATH ...] 2. svn diff -r N[:M] URL 1. Displays the differences between OLD-TARGET and NEW-TARGET. If PATHs are given, displays only differences in those paths, relative to NEW-TARGET. OLD-TARGET and NEW-TARGET may be local wc path or URL[@REV]. OLD-TARGET defaults to "BASE", NEW-TARGET to ´.´ '-r N' sets revision of OLD-TARGET to N. '-r N:M' also sets revision of NEW-TARGET to M. 2. Shorthand for 'svn diff -r N[:M] --old=URL --new=URL'. Use just 'svn diff' to display the local modifications in your wc. --- Does anyone else want to have a crack at implementing this? I feel like my implementation effort would be better spent fixing bogons in ra_svn (and making all the backward-incompatible changes while the user base is still relatively low). If we can all agree on a syntax but no one wants to implement it, we could file it away in the issue for later. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Tue May 20 20:26:35 2003 |
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.