[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: RSS feed for GNUstep SVN repository?
From: |
Andrew Ruder |
Subject: |
Re: RSS feed for GNUstep SVN repository? |
Date: |
Sat, 25 Mar 2006 10:52:03 -0600 |
User-agent: |
Mutt/1.5.9i |
On Sat, Mar 25, 2006 at 07:27:46AM +0000, Richard Frith-Macdonald wrote:
> --- snip ---
> address@hidden:(~)$ ls -lA /svn/repos/dragon/hooks
> total 4
> -rwxr-xr-x 1 root root 333 Feb 15 21:05 post-commit
> address@hidden:(~)$ 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
- RSS feed for GNUstep SVN repository?, Richard Frith-Macdonald, 2006/03/25
- Re: RSS feed for GNUstep SVN repository?,
Andrew Ruder <=
- Re: RSS feed for GNUstep SVN repository?, Richard Frith-Macdonald, 2006/03/29
- Re: RSS feed for GNUstep SVN repository?, Derek Zhou, 2006/03/29
- Re: RSS feed for GNUstep SVN repository?, Andrew Ruder, 2006/03/29
- Re: RSS feed for GNUstep SVN repository?, Derek Zhou, 2006/03/29
- Re: RSS feed for GNUstep SVN repository?, Andrew Ruder, 2006/03/29
- Re: RSS feed for GNUstep SVN repository?, Andrew Ruder, 2006/03/29
- Re: RSS feed for GNUstep SVN repository?, Derek Zhou, 2006/03/29
Re: RSS feed for GNUstep SVN repository?, Gregory John Casamento, 2006/03/26