You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Matt England <me...@mengland.net> on 2006/03/15 01:13:57 UTC

Server-driven configuration control?

I would like to see the Subversion system one day support server-side 
configuration management of repo-wide activities.  ie, I don't want to have 
to force, manual, client-side changes (as per things like the "Standardize 
on ASCII type: dos2unix pre-commit hook?" thread started here: 
<http://svn.haxx.se/users/archive-2006-03/0516.shtml>, some text of which 
is commented below) in order to enforce repo-wide policies like standard 
ASCII formats, etc.

Is this is Subversions future, however far out it may be?

-Matt


At 3/14/2006 04:55 AM, Ryan Schmidt wrote:

>On Mar 13, 2006, at 20:24, Res Pons wrote:
>
>>I hope soon there's a server side control feature for this.
>>Setting auto props per user just doesn't make any sense to me and
>>if user set their own, wouldn't there be a conflict?  I tried to
>>implement this feature on my server and I was told it yet doesn't
>>exist or not possible.
>
>What do you mean, "if user set their own, wouldn't there be a conflict"?
>
>I would suggest that you have a config file which specifies the
>automatic properties you want. Distribute this to all users. Then
>have a pre-commit hook which rejects files which do not have the
>required properties. Then there can be no problem.
>
>Well, of course there can be a problem of a user needing to work with
>two different repositories which have two different auto-props
>policies. That's not handled well right now. Sure, you can tell the
>svn command to use a different config file, but it's tedious and
>error-prone to specify that for each and every svn command.


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

Re: Server-driven configuration control?

Posted by Nico Kadel-Garcia <nk...@comcast.net>.
----- Original Message ----- 
From: "Matt England" <me...@mengland.net>
To: "SVN Users email list" <us...@subversion.tigris.org>
Cc: <me...@mengland.net>
Sent: Tuesday, March 14, 2006 8:13 PM
Subject: Server-driven configuration control?


>I would like to see the Subversion system one day support server-side 
>configuration management of repo-wide activities.  ie, I don't want to have 
>to force, manual, client-side changes (as per things like the "Standardize 
>on ASCII type: dos2unix pre-commit hook?" thread started here: 
><http://svn.haxx.se/users/archive-2006-03/0516.shtml>, some text of which 
>is commented below) in order to enforce repo-wide policies like standard 
>ASCII formats, etc.
>
> Is this is Subversions future, however far out it may be?
>
> -Matt

Matt, there are already a small stack of "hooks" published for exactly this 
sort of use. They're available at 
http://svn.collab.net/repos/svn/trunk/contrib/hook-scripts/. 


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

Re: Server-driven configuration control?

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Mar 15, 2006, at 02:13, Matt England wrote:

> I would like to see the Subversion system one day support server- 
> side configuration management of repo-wide activities.  ie, I don't  
> want to have to force, manual, client-side changes (as per things  
> like the "Standardize on ASCII type: dos2unix pre-commit hook?"  
> thread started here: <http://svn.haxx.se/users/ 
> archive-2006-03/0516.shtml>, some text of which is commented below)  
> in order to enforce repo-wide policies like standard ASCII formats,  
> etc.
>
> Is this is Subversions future, however far out it may be?

This seems to be the feature request:

http://subversion.tigris.org/issues/show_bug.cgi?id=1974




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