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

Re: how to set keywords property as default whenever file is created

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-08-27 19:56:08 CEST

On 8/27/07, Rex Zhen <rexzhen@yahoo.com> wrote:
> Is there any way i can set the default property to a project/folder
> in svn repository? I can set the keywords property to folder or
> individual file, but how can I make the keywords property set to all
> files there whenever the files or folder are created?

http://svnbook.red-bean.com/en/1.4/svn.advanced.props.html#svn.advanced.props.auto

Note that this is a client-side setting and therefore if one client
isn't configured with these settings, they won't be applied to adds
performed by that client; if you need to enforce this across your
repository, install a pre-commit hook to verify that the required
property values have been set.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Aug 27 19:57:48 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.