Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Have you ever wanted an RSS feed of all check-ins for your CVS repository? Here's my somewhat crude .NET backend utility that will create RSS feeds for you containing all add or commit activity in any modules you configure it for. http://tiredbrain.com/misc/cvscommitwriter/ There are little bugs associated with the app. It doesn't properly report filenames with spaces. It might miss a few commits if two users are committing at the exact same moment. However despite all this, it is a really easy way to keep track of recent commits in a large team, and will link directly to your ViewCVS (or CVSWeb) diff pages for the changes. Plus it's licensed under the GPL so you can easily fix the problems it if you have some spare time. -ilya haykinson