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

Re: Auto-props not validated

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Tue, 22 Apr 2014 12:32:45 +0100 (BST)

Daniel Shahaf wrote:

> With trunk_at_Monday:
>
> [[[
> % subversion/svn/svn add \
>     --config-option 'config:miscellany:enable-auto-props=true' \
>     --config-option 'config:auto-props:*.t=*.c=bar' \
>     foo.t
> A        foo.t
> % svn pl -v foo.t
> Properties on 'foo.t':
>   *.c
>     bar
> % svn propset '*.h' baz foo.t
> svn: E195011: '*.h' is not a valid Subversion property name
> zsh: exit 1    svn propset '*.h' baz foo.t
> ]]]
>
> It shouldn't be the case that '*.c' can be set and '*.h'
> can't be set.

I filed issue #4493 "Auto-props not validated".

- Julian
Received on 2014-04-22 13:33:23 CEST

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.