Re: Making a log of all files added/modified
From: Marc Haisenko <haisenko_at_webport.de>
Date: 2004-07-19 10:02:54 CEST
On Friday 16 July 2004 17:49, Andras, Vass non Unisys wrote:
For the future, I'd suggest setting up a post commit hook that sends an e-mail
Change the [SVN] to something unique for you so that you can easily filter it
Our script looks like this:
REPOS="$1"
TEMPFILE=`mktemp /tmp/postcommit.XXXXXX`
AUTHOR=`svnlook author "$1" -r $2`
svnlook log "$1" >$TEMPFILE
cat $TEMPFILE | mail -s "[SVN] $AUTHOR committed revision $REV" \
On a sidenote, maybe we should do "svnlook log $REPOS -r $REV" and "svnlook
C'ya,
-- Marc Haisenko Systemspezialist Webport IT-Services GmbH mailto: haisenko@webport.de --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Mon Jul 19 09:59:47 2004 |
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.