| Re: forcing log entry during commit
From: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
 Date: 2006-07-08 19:51:12 CEST 
On Jul 7, 2006, at 22:34, Brian Krusic wrote:
 > I would like to force users to write a log entry about the nature  
 We use this script. Call it "pre-commit", put it in your repository's  
 #!/bin/sh
 REPOS="$1"
 # Make sure that the log message contains some text.
 if [ $? != 0 ]; then
 # All checks passed, so allow the commit.
 ---------------------------------------------------------------------
 | 
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.