svn co svn+ssh://extreme.indiana.edu/l/extreme/svn/codes/xct
svn import foo_project svn+ssh://extreme.indiana.edu/l/extreme/svn/codes/foo_project
REPOS="$1" REV="$2" # since SVN will clean the enviroment before invoking the post-commit # but commitmessage needs the svnlook command, which is at /usr/local/bin in rainier # so we have to set up the PATH first export PATH=/usr/local/bin/ python ../tool/commitmessage-2.0/main.py "$REPOS" "$REV"
Edit the /l/extreme/svn/tool/commitmessage-2.0/commitmessage.conf; the content is self exmplained; Also turn off the MSN and jabber in the default setting if you are not using it, otherwise, the running will end up with ``missing modules'' error.
Note, the module name should not contain any capital word, otherwise no notification will happend!