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