[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] "svn move": note that "-r" has no use and is deprecated

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2005-11-08 14:43:29 CET

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

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.