On Wed, Aug 25, 2010 at 19:26, <julianfoad_at_apache.org> wrote:
> Author: julianfoad
> Date: Wed Aug 25 11:26:31 2010
> New Revision: 989017
>
> URL: http://svn.apache.org/viewvc?rev=989017&view=rev
> Log:
> * subversion/svn/main.c
> Â (svn_cl__cmd_table): Mention that --keep-local implies --force in
> Â Â the delete command.
>
> Modified:
> Â Â subversion/trunk/subversion/svn/main.c
>
> Modified: subversion/trunk/subversion/svn/main.c
> URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/main.c?rev=989017&r1=989016&r2=989017&view=diff
> ==============================================================================
> --- subversion/trunk/subversion/svn/main.c (original)
> +++ subversion/trunk/subversion/svn/main.c Wed Aug 25 11:26:31 2010
> @@ -543,7 +543,7 @@ const svn_opt_subcommand_desc2_t svn_cl_
> Â Â Â " Â Â committed, are immediately removed from the working copy\n"
> Â Â Â " Â Â unless the --keep-local option is given.\n"
> Â Â Â " Â Â PATHs that are, or contain, unversioned or modified items will\n"
> - Â Â " Â Â not be removed unless the --force option is given.\n"
> + Â Â " Â Â not be removed unless the --force or --keep-local option is given.\n"
> Â Â Â "\n"
> Â Â Â " Â 2. Each item specified by a URL is deleted from the repository\n"
> Â Â Â " Â Â via an immediate commit.\n"),
>
Is this still true ?
It's crazy, because I do not expected these PATHs will be deleted when
I give --keep-local option !
--
Dongsheng Song
Received on 2011-02-04 07:21:00 CET