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

Auto-props not validated

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Wed, 9 Apr 2014 08:17:19 +0000

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.

Daniel
(thanks to Geoff Field on users@ for making me run into this:
<http://mid.gmane.org/6E29C02DC1F0D54D9E032FBF40E53D7AECF2A045@AAPLExchange.aapl.com.au>)
Received on 2014-04-09 10:18:06 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.