----- Original Message ---- > From: Ryan Schmidt <subversion-20...@ryandesign.com> > On Sep 10, 2010, at 10:50, BRM wrote: > > My old subversion server had a hookscript to deny commits unless there was > > a > >log > > > message. I'd like to setup the same functionality on the new subversion >server > > > too. > > I already got my hook-scripts in place, but... > Note the hook script to deny commits that have no log message is what you > get
>in the default pre-commit.tmpl file that Subversion creates in every new >repository. Yes, that is very nice. I did have to add a message though - so that users would get some kind of feed back as to why it was denied. Where as the pre-revprop-change.templ provides some default log message info. > > > > In the process, I came across the following README files: > > > > http://svn.apache.org/repos/asf/subversion/trunk/tools/hook-scripts/README > > http://svn.apache.org/repos/asf/subversion/trunk/contrib/hook-scripts/README > > ; > > both of which references the old tigris.org site: > > > > http://subversion.tigris.org/tools_contrib.htmlHoweve, the page is no > > longer > > > > available, and I can't find it on the new apache.org site either. > > Is this page just simply no longer going to be available? Or is there >somewhere > > > else for this stuff now? > > The files are here: > > http://svn.apache.org/repos/asf/subversion/trunk/contrib/ > > The tools_contrib.html page was removed earlier this year: > > http://svn.apache.org/viewvc?view=revision&revision=900549 That's fine; however, my point for bringing this up is that there is stuff still referencing that page. Those references should get updated. That's all. Ben