You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by This Wiederkehr <th...@gmail.com> on 2007/03/28 13:26:24 UTC

set auto Propertie svn:needs-lock with mod_svn on specific mime-type

Hello

Is it possible to use the auto-properties function (like: *.jpg
svn:needs-lock) within the mod_svn? I tried to do this by editing the
/etc/subversion/config file, but it seems that mod_svn doesn't take care
about the settings in it.
I know that it is possible to manually set the svn:needs-lock but that's not
the solution I'm looking for.

I am using Subversion1.3.1

Thanks for any suggestions

This

*
*

Re: set auto Propertie svn:needs-lock with mod_svn on specific mime-type

Posted by Andy Levy <an...@gmail.com>.
On 3/28/07, This Wiederkehr <th...@gmail.com> wrote:
> Hello
>
> Is it possible to use the auto-properties function (like: *.jpg
> svn:needs-lock) within the mod_svn? I tried to do this by editing the
> /etc/subversion/config file, but it seems that mod_svn doesn't take care
> about the settings in it.
> I know that it is possible to manually set the svn:needs-lock but that's not
> the solution I'm looking for.

Auto-props are strictly client-side. If you need to enforce that all
files have the appropriate svn:mime-type property set, you'll need a
pre-commit hook script.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org