[RFC] Make "svn switch" say "Switched" instead of "Updated" or "At"
From: Julian Foad <julian.foad_at_wandisco.com>
Date: Mon, 05 Sep 2011 10:38:02 +0100
The final message from "svn switch" is exactly the same as for "svn
$ svn sw file://.../repo/X wc
or:
$ svn sw file://.../repo/X wc
depending on whether there was a change of content. To the user who
* If the new URL is different from the old one, as is usually
* When we say "Switched", say the target URL as well as the revision.
* If the new URL is the same as the old one then the operation
So:
$ svn sw ... # URL change, content change
$ svn sw ... # URL change, no content change
$ svn sw ... # No URL change, content change
$ svn sw ... # No URL change, no content change
Or, if we like the option of being more vocal when there's no URL
$ svn sw ... # No URL change, content change
$ svn sw ... # No URL change, no content change
I'm not currently coding this, it's just something I noticed today that
- Julian
|
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.