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

Re: [contrib] mod_authrewrite.c

From: Kyle George <kgeorge_at_tcpsoft.com>
Date: 2007-04-20 21:12:50 CEST

On Fri, 20 Apr 2007, C. Michael Pilato wrote:

> ...especially since said script has already been written. (See
> contrib/server-side/svn-tweak-author.py.)

Yeah, I guess you did this relatively recently (Jan 29, 2007). However,
svn-tweak-author.py won't catch the case of mapping/rewriting usernames
before it hits mod_authz_svn and/or mod_dav_svn, which is the primary
purpose for mod_authrewrite (see the comments in the source). If you want
to change svn:author historically and change your authz conf file, then
your script does the trick. mod_authrewrite lets you rewrite usernames
without having to change svn:author historically, change your authz conf
file, or install a commit hook. It can also normalize usernames to all
lower or upper case before it hits the authz_svn or dav layers.

Regards,

-- 
Kyle George
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 20 21:12:57 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.