You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "Daniel L. Rall" <dl...@finemaltcoding.com> on 2008/03/12 19:23:44 UTC

Re: svn commit: r29883 - trunk/subversion/svn

Needs a backport to 1.5.x? If so, +1 from me.

On Wed, 12 Mar 2008, hwright@tigris.org wrote:

> Author: hwright
> Date: Wed Mar 12 12:15:40 2008
> New Revision: 29883
> 
> Log:
> * subversion/svn/main.c
>   (svn_cl__cmd_table): Follow up to r29763 by updating the 'svn merge' help
>     text.
> 
> 
> Modified:
>    trunk/subversion/svn/main.c
> 
> Modified: trunk/subversion/svn/main.c
> URL: http://svn.collab.net/viewvc/svn/trunk/subversion/svn/main.c?pathrev=29883&r1=29882&r2=29883
> ==============================================================================
> --- trunk/subversion/svn/main.c	(original)
> +++ trunk/subversion/svn/main.c	Wed Mar 12 12:15:40 2008
> @@ -586,7 +586,7 @@ const svn_opt_subcommand_desc2_t svn_cl_
>      ("Apply the differences between two sources to a working copy path.\n"
>       "usage: 1. merge sourceURL1[@N] sourceURL2[@M] [WCPATH]\n"
>       "       2. merge sourceWCPATH1@N sourceWCPATH2@M [WCPATH]\n"
> -     "       3. merge [[-c M]... | [-r N:M]...] [SOURCE[@REV] [WCPATH]]\n"
> +     "       3. merge [[-c M[,N]]... | [-r N:M]...] [SOURCE[@REV] [WCPATH]]\n"
>       "\n"
>       "  1. In the first form, the source URLs are specified at revisions\n"
>       "     N and M.  These are the two sources to be compared.  The revisions\n"

Re: svn commit: r29883 - trunk/subversion/svn

Posted by "Hyrum K. Wright" <hy...@mail.utexas.edu>.
Daniel L. Rall wrote:
> Needs a backport to 1.5.x? If so, +1 from me.

Yup.  Added (with your vote) in r29885.

> On Wed, 12 Mar 2008, hwright@tigris.org wrote:
> 
>> Author: hwright
>> Date: Wed Mar 12 12:15:40 2008
>> New Revision: 29883
>>
>> Log:
>> * subversion/svn/main.c
>>   (svn_cl__cmd_table): Follow up to r29763 by updating the 'svn merge' help
>>     text.
>>
>>
>> Modified:
>>    trunk/subversion/svn/main.c
>>
>> Modified: trunk/subversion/svn/main.c
>> URL: http://svn.collab.net/viewvc/svn/trunk/subversion/svn/main.c?pathrev=29883&r1=29882&r2=29883
>> ==============================================================================
>> --- trunk/subversion/svn/main.c	(original)
>> +++ trunk/subversion/svn/main.c	Wed Mar 12 12:15:40 2008
>> @@ -586,7 +586,7 @@ const svn_opt_subcommand_desc2_t svn_cl_
>>      ("Apply the differences between two sources to a working copy path.\n"
>>       "usage: 1. merge sourceURL1[@N] sourceURL2[@M] [WCPATH]\n"
>>       "       2. merge sourceWCPATH1@N sourceWCPATH2@M [WCPATH]\n"
>> -     "       3. merge [[-c M]... | [-r N:M]...] [SOURCE[@REV] [WCPATH]]\n"
>> +     "       3. merge [[-c M[,N]]... | [-r N:M]...] [SOURCE[@REV] [WCPATH]]\n"
>>       "\n"
>>       "  1. In the first form, the source URLs are specified at revisions\n"
>>       "     N and M.  These are the two sources to be compared.  The revisions\n"