Thread

Posted on Wed Jun 25 05:38:57 2008 by jeffreytb
Script that creates SVN::Notify arguments based on the AuthZ file
SVN::Notify is a wonderful post-commit hook, and we use it for all of our subversion repositories. One of the awkward things about it in our environment, though, is that the "--from" and "--to" arguments have to be maintained. This means that we effectively have a duplicated list of authorized users, as we also use an AuthZ-style file. I've written a little script that helps with this, by automatically creating the --from and --to args based parsing the AuthZ file. This seems to work well... Give it a try if you like! http://www.borlik.net/blog/archives/000182.html
Direct Responses: 8167 | Write a response
Posted on Wed Jun 25 21:33:00 2008 by theory in response to 8162
Re: Script that creates SVN::Notify arguments based on the AuthZ file

Howdy,

Thanks for that. You might want to consider writing a filter for this and releasing it on CPAN. :=)

--Theory

Direct Responses: 8169 | Write a response
Posted on Thu Jun 26 05:51:08 2008 by jeffreytb in response to 8167
Re: Script that creates SVN::Notify arguments based on the AuthZ file
Ah! Dave, you are absolutely correct. RTFM, eh? I'll take a look at changing it into a filter. - Jeff
Write a response