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

Re: Hook Script to change username case

From: Ryan Schmidt <subversion-2005_at_ryandesign.com>
Date: 2005-10-25 11:29:14 CEST

On Oct 25, 2005, at 09:27, Reinhard Brandstaedter wrote:

> Is it possible to change the username case (to lower) via hook
> script so that the whole commit process uses the lower case
> username, transparent to the user itself?
> If not via hook script, is there a way to do this in apache?

I don't think there is a way to change any data in a hook script. I
think the best you can do is, in a start-commit hook, check if the
username contains any uppercase letters, and if so, reject the commit
with a message explaining to use lowercase usernames. That should
reduce your support calls......

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 25 11:33:04 2005

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.