-1 on this patch. The switch command should be able to handle
the use case for this new subcommand just fine (in a safer
way).
Sander
> -----Original Message-----
> From: mark benedetto king [mailto:bking@inquira.com]
> Sent: 18 September 2002 19:55
> To: dev@subversion.tigris.org
> Subject: [PATCH] implement "svn relocate", a subcommand for frobbing the
> wc's urls.
>
>
> New subcommand: "relocate". Useful for when the URL by which the
> repository must be referred to has changed. This happens most
> frequently for mobile users.
>
> * subversion/include/svn_wc.h
> (svn_wc_relocate): Prototype for new function.
>
> * subversion/include/svn_client.h
> (svn_client_relocate): Prototype for new function.
>
> * subversion/libsvn_wc/relocate.c
> New file. Includes implementation of svn_wc_relocate().
>
> * subversion/libsvn_client/relocate.c
> New file. Includes implementation of svn_client_relocate().
>
> * subversion/clients/cmdline/cl.h
> (svn_cl__relocate): Added subcommand prototype. Fixed
> alphabetical-order of resolve/revert.
>
> * subversion/clients/cmdline/relocate-cmd.c
> New file. Includes implementation of svn_cl__relocate().
>
> * subversion/clients/cmdline/main.c
> (svn_cl__cmd_table): Added entry for "relocate".
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 18 20:20:01 2002