On Sun, Mar 04, 2007 at 07:44:32PM +0100, solo turn wrote: > > On 3/2/07, Rainer Sokoll <[EMAIL PROTECTED]> wrote: > > > > On Fri, Mar 02, 2007 at 12:50:41PM -0000, wheresdave wrote: > > > > > Howdy everyone, i was curious if a plugin exists or a method that will > > > allow a user to create an account on trac and that will be their > > > subversion username and pass as well? > > > > > > If anyone knows of a way to do this I would appreciate being made > > > aware of it. > > > > If you use apache for both trac and svn, let apache do the job, > > problem is still registration, we use > http://trac-hacks.org/wiki/AccountManagerPlugin for that purpose. > register enters a user in the apache2 passwd file.
I do not fully understand your problem. If you have your users in an apache2 passwd file, you can use the same file to control access to your svn, can't you? > what i'm wondering if there is also something for svnauthz ... Apache only controls access, no authorization. What I do: I have a repository for the various AuthzSVNAccessFile (each repository has its own). In this special repo there is a post-commit-hook that simply does this: cd /usr/local/httpd-2.0.59/conf/svnaccess && \ /usr/local/bin/svn up file:///svn/svn/it/jsubversion01/ . So I have all AuthzSVNAccessFile under version control. Rainer --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
