Hi,
I'm using usvn and trac for multiple project management and i have some possible modifications request
Actualy i have trac configured to use the htpasswd file generated by usvn and a great modification will be to make usvn
generate a htgroup file in standard apache format it can be great to use it with trac and this UserManagement plugin to manage easily
permissions by groups rather than user by user.
trac integration to usvn can be another good feature.
a simple way to make it work it's to call trac-admin on project creation
integration posibility :
PATH to trac projects dir in usvn config
call trac-admin on project creation with standard parameters
Code:
trac-admin initenv <projectname> <db> <repostype> <repospath>
and add the usvn admin users or selected users to trac admin
Code:
trac-admin permission add <user> <action>
action = TRAC_ADMIN
maybe you can also think it to work with thor second suggestion on this post :
viewtopic.php?f=11&t=496 I actually don't have time to make it, but if i find it, i'll happily send the patch to you.