Maybe something like this should be added:
[[[
Add a note to the help texts of checkout and switch about where to find
the action characters.
* subversion/svn/main.c
(svn_cl__cmd_table."checkout"): Add 'see also update' note.
(svn_cl__cmd_table."switch"): Dito.
]]]
Index: subversion/svn/main.c
===================================================================
--- subversion/svn/main.c (revision 31453)
+++ subversion/svn/main.c (working copy)
@@ -373,7 +373,10 @@
" become versioned. For files, any content differences between the\n"
" obstruction and the repository are treated like a local modification\n"
" to the working copy. All properties from the repository are applied\n"
- " to the obstructing path.\n"),
+ " to the obstructing path.\n"
+ "\n"
+ " See also 'svn help update' for a list of possible characters\n"
+ " reporting the action taken.\n"),
{'r', 'q', 'N', opt_depth, opt_force, opt_ignore_externals} },
{ "cleanup", svn_cl__cleanup, {0}, N_
@@ -924,7 +927,10 @@
" 2. Rewrite working copy URL metadata to reflect a syntactic change only.\n"
" This is used when repository's root URL changes (such as a scheme\n"
" or hostname change) but your working copy still reflects the same\n"
- " directory within the same repository.\n"),
+ " directory within the same repository.\n"
+ "\n"
+ " See also 'svn help update' for a list of possible characters\n"
+ " reporting the action taken.\n"),
{ 'r', 'N', opt_depth, opt_set_depth, 'q', opt_merge_cmd, opt_relocate,
opt_ignore_externals, opt_force, opt_accept} },
On Mon, 26 May 2008, Senthil Kumaran S wrote:
> Daniel Shahaf wrote:
>> It's in the help for 'svn update'. Not the most obvious place: I had
>> to grep subversion/svn/main.c to find this. (I tried 'svn help checkout'
>> and 'svn help status', but it wasn't there.)
>
> Yeah, even I tried help of 'svn co' and 'svn st'. Anyway thanks for the info
> :)
>
> --
> Senthil Kumaran S
> http://www.stylesen.org/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: dev-help_at_subversion.tigris.org
>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-05-26 20:54:52 CEST