pre-commit hook script help
From: Phil <plabonte_at_gmail.com>
Date: 2006-11-10 02:01:47 CET
I need a hook script that will either check to make sure svn:needs-lock is
Could someone help me by suggestiong how I can improve the following script
Here is my pre-commit script:
SVNLOOK=/usr/local/bin/svnlook
# Arguments passed to the script.
# Get the list of files (but not directories) that were added or whose
# Attempt to get the svn:needs-lock property.
# Exit and alert if an error occurred doing that.
done
# If we haven't exited by now, everything must be fine.
|
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.