You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Branko Čibej <br...@wandisco.com> on 2012/11/17 03:56:12 UTC

Re: svn commit: r1410679 - /subversion/trunk/subversion/svn/main.c

On 17.11.2012 03:43, julianfoad@apache.org wrote:
> Author: julianfoad
> Date: Sat Nov 17 02:43:25 2012
> New Revision: 1410679
>
> URL: http://svn.apache.org/viewvc?rev=1410679&view=rev
> Log:
> * subversion/svn/main.c
>   (svn_cl__cmd_table): Document 'svn:global-ignores' in the 'propset' help.
>
> 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=1410679&r1=1410678&r2=1410679&view=diff
> ==============================================================================
> --- subversion/trunk/subversion/svn/main.c (original)
> +++ subversion/trunk/subversion/svn/main.c Sat Nov 17 02:43:25 2012
> @@ -1230,6 +1230,7 @@ const svn_opt_subcommand_desc2_t svn_cl_
>       "  Note: svn recognizes the following special versioned properties\n"
>       "  but will store any arbitrary properties set:\n"
>       "    svn:ignore     - A newline separated list of file glob patterns to ignore.\n"
> +     "    svn:global-ignore          - Like svn:ignore, but inheritable.\n"

...s :)

-- Brane


-- 
Branko Čibej
Director of Subversion | WANdisco | www.wandisco.com


Re: svn commit: r1410679 - /subversion/trunk/subversion/svn/main.c

Posted by Julian Foad <ju...@btopenworld.com>.
Ivan Zhakov wrote:

> Julian Foad wrote:
>>>>   svn:global-ignore
>>> 
>>>  ...s :)
>> 
>>  Yup, I made the same mistake that I had just fixed in the previous commit :-)
>> 
>>  Already noticed and fixed.
>> 
> That's why I suggested to drop this 's'. I'll bet it will be 
> typical typo :)

This made me think of a proposal that 'svn propset' should reject invalid property names.  I have just emailed that proposal in a new thread, "[RFC] svn propset should require 'force' to set unknown svn: propnames".

 - Julian

Re: svn commit: r1410679 - /subversion/trunk/subversion/svn/main.c

Posted by Ivan Zhakov <iv...@visualsvn.com>.
On Sat, Nov 17, 2012 at 7:01 AM, Julian Foad <ju...@btopenworld.com> wrote:
> Branko Čibej wrote:
>
>> On 17.11.2012 03:43, julianfoad@apache.org wrote:
>>>        "  Note: svn recognizes the following special versioned
>> properties\n"
>>>        "  but will store any arbitrary properties set:\n"
>>>        "    svn:ignore     - A newline separated list of file glob
>> patterns to ignore.\n"
>>>  +     "    svn:global-ignore          - Like svn:ignore, but
>> inheritable.\n"
>>
>> ...s :)
>
> Yup, I made the same mistake that I had just fixed in the previous commit :-)
>
> Already noticed and fixed.
>
That's why I suggested to drop this 's'. I'll bet it will be typical typo :)


-- 
Ivan Zhakov

Re: svn commit: r1410679 - /subversion/trunk/subversion/svn/main.c

Posted by Julian Foad <ju...@btopenworld.com>.
Branko Čibej wrote:

> On 17.11.2012 03:43, julianfoad@apache.org wrote:
>>        "  Note: svn recognizes the following special versioned 
> properties\n"
>>        "  but will store any arbitrary properties set:\n"
>>        "    svn:ignore     - A newline separated list of file glob 
> patterns to ignore.\n"
>>  +     "    svn:global-ignore          - Like svn:ignore, but 
> inheritable.\n"
> 
> ...s :)

Yup, I made the same mistake that I had just fixed in the previous commit :-)

Already noticed and fixed.

- Julian