On Sat, Mar 25, 2006 at 07:27:46AM +0000, Richard Frith-Macdonald wrote:
> --- snip ---
> [EMAIL PROTECTED]:(~)$ ls -lA /svn/repos/dragon/hooks
> total 4
> -rwxr-xr-x  1 root root 333 Feb 15 21:05 post-commit
> [EMAIL PROTECTED]:(~)$ cat /svn/repos/dragon/hooks/post-commit
> #!/bin/sh
> 
> REPNAME="dragon"
> LOGFILE="/www/webdav.operatelecom.com/html/logs/${REPNAME}.log"
> RSS="/www/webdav.operatelecom.com/html/logs/${REPNAME}.rss"
> 
> /svn/bin/SVNTransactionDetailLogAppender.py $1 $2 $LOGFILE
> /svn/bin/SVNTransactionDetailLogRDFGenerator.py $REPNAME https:// 
> webdav.operatelecom.com/${REPNAME} $LOGFILE $RSS
> exit 0
> --- snap ---
> 
> The scripts can be found at: http://svn.mulle-kybernetik.com/SVNTools/ 
> trunk/

That would be cool, but I'm not sure we have any sort of access to the
actual repository to add in the post-commit hook.  (i.e. you can't add
that with only svn:// or svn+ssh:// access).  Could probably just as
easily write some scripts that grab the same info every few hours
remotely and feed it to the RDF generator.  Would be handy...

- Andy

-- 
Andrew Ruder
http://www.aeruder.net


_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to