gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RSS feed for GNUstep SVN repository?


From: Richard Frith-Macdonald
Subject: RSS feed for GNUstep SVN repository?
Date: Sat, 25 Mar 2006 07:27:46 +0000

I have been trying out Marko Riedel's Ticker application using an RSS feed from the subversion repository where I work.
It's really convenient, and I'm very impressed with it.
Would it be possible to have an RSS feed for updates of the GNUstep repository?

Marcus Muller set it up for us for the 'dragon' project at opera, and says it is pretty simple ...


--- 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/






reply via email to

[Prev in Thread] Current Thread [Next in Thread]