This patch effectively makes public the deprecation of "-r" for "svn move". It
is already implemented to return an error unless the revision specifier is "HEAD".
[[[
In the help for "svn move", note that "-r" has no use and is deprecated.
* subversion/clients/cmdline/main.c
(svn_cl__cmd_table): Add that note.
]]]
Index: subversion/clients/cmdline/main.c
===================================================================
--- subversion/clients/cmdline/main.c (revision 17245)
+++ subversion/clients/cmdline/main.c (working copy)
@@ -499,6 +499,7 @@ const svn_opt_subcommand_desc_t svn_cl__
"usage: move SRC DST\n"
"\n"
" Note: this subcommand is equivalent to a 'copy' and 'delete'.\n"
+ " Note: the --revision option has no use and is deprecated.\n"
"\n"
" SRC and DST can both be working copy (WC) paths or URLs:\n"
" WC -> WC: move and schedule for addition (with history)\n"
In the help for "svn move", note that "-r" has no use and is deprecated.
* subversion/clients/cmdline/main.c
(svn_cl__cmd_table): Add that note.
Index: subversion/clients/cmdline/main.c
===================================================================
--- subversion/clients/cmdline/main.c (revision 17245)
+++ subversion/clients/cmdline/main.c (working copy)
@@ -499,6 +499,7 @@ const svn_opt_subcommand_desc_t svn_cl__
"usage: move SRC DST\n"
"\n"
" Note: this subcommand is equivalent to a 'copy' and 'delete'.\n"
+ " Note: the --revision option has no use and is deprecated.\n"
"\n"
" SRC and DST can both be working copy (WC) paths or URLs:\n"
" WC -> WC: move and schedule for addition (with history)\n"
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 8 14:46:39 2005