Richard,

I believe that this is a great idea! 

It would provide an excellent way to track CVS commits without cluttering my inbox.  Also, it would be neat since I could subscribe to the feed on my Mac's RSS screensaver.. hehe. :)

GJC
--
Gregory John Casamento
Principal Consultant, Open Logic Corp.
# Maintainer GNUstep GUI/Gorm


----- Original Message ----
From: Richard Frith-Macdonald <[EMAIL PROTECTED]>
To: Developer GNUstep <gnustep-dev@gnu.org>
Sent: Saturday, March 25, 2006 2:27:46 AM
Subject: RSS feed for GNUstep SVN repository?

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




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

Reply via email to