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

Re: [RFC] svn propset should require 'force' to set unknown svn: propnames

From: Branko Čibej <brane_at_wandisco.com>
Date: Sat, 24 Nov 2012 19:35:58 +0100

The latest change takes account of property name similarity. So for example,

    svn propset svn:foobar .

will emit an error but will not suggest an alternative spelling, whereas

    svn propset svn:ignores .

will suggest two, svn:ignore and svn:global-ignores.

The only open question now, IMO, is whether I should remove
svn:mergeinfo from
SVN_PROP_NODE_ALL_PROPS defined in svn_prop.h. I'm leaning towards "yes"
but would like to hear opinions from the merge(info) experts.

-- Brane

-- 
Branko Čibej
Director of Subversion | WANdisco | www.wandisco.com
Received on 2012-11-24 19:36:36 CET

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.