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

Re: centrally managing svn properties

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-10-23 01:41:02 CEST

On Oct 22, 2007, at 17:33, Beatriz Stratton wrote:

> Is it possible to centrally manage a set of properties to be used by
> Subversion users?

No.

> I see that Subversion has a set of pre-defined properties (starting
> with
> svn:*). What I would like is to create a few more, in my own
> organization's
> namespace, and have it show up in the Tortoise property picklist
> when you
> try to add a property (right now I only get the svn: properties in the
> list).

You'll have to ask the developers of TortoiseSVN if they have such a
feature. Subversion itself does not

> Is there a configuration file somewhere where I can manage such a
> property
> list?
>
> Also, is there are way to prevent users from creating their own
> properties?
> (I guess the answer is yes, via hook scripts? or is there a better way
> though a config setting?)

There are no such config settings. You can create a pre-commit hook
script which rejects commits that make changes you do not want. You
would use svnlook changed, svnlook dirschanged, svnlook cat and so
forth to examine the incoming transaction.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 23 01:43:39 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.