I need to have a Subversion repository as part of my Drupal site, with the repository authentication being synched with Drupal's user table. HTPasswd Sync provides part of the solution, but I need to keep the SVN authz file synched as well.

The attached patch allows you to specify a Subversion authz file for synching. Whenever the htgroup file is updated, the authz file is updated as well.

Comments

stfwi’s picture

Hi Simon, thanks for this contribution! Let me have a check with Marc if the additional functionality is ok to implement in this module or if we duplicate some functions of another module (We'll try to keep the 7.x and 6.x branches synchronized). Your patch is definitely appreciated.

Roobarb’s picture

StatusFileSize
new5.39 KB

I've updated the patch to fix a small problem with the detection of line endings.