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

Re: auto-props question

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2006-11-13 22:48:42 CET

On 11/13/06, Guillaume Membré <guillaume.ml@gmail.com> wrote:
> hello,
>
> I have setup a svn repos via http. I would like to setup the repos to
> add automatically props on new files. I have seen that it can be done
> via the svnserve.conf
> here is my svnserve.conf :
> [config]
> enable-auto-props=true
> *.* = svn:keywords="Id"
>
> but it doesn't work.
>
> -=[gmembre]=(~/Mes documents/svn_temp/creerEAR)> svn add gui.java
> A gui.java
> -=[gmembre]=(~/Mes documents/svn_temp/creerEAR)> svn commit -m "commit test"
> Ajout creerEAR\gui.java
> Transmission des données ..
> Révision 32 propagée.
> -=[gmembre]=(~/Mes documents/svn_temp/creerEAR)> svn pl gui.java
>
> I must have done something wrong but I don't find what.
> Could anyone help me please ?

There is no server-side auto-props function. It is strictly a
client-side setting.

If you need to have specific properties applied to files that are
committed, install a pre-commit hook to block commits where files
which should have these properties set are committed without them.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 13 22:49:26 2006

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.