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... > > 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 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.