Greg Reinacker’s Weblog

Musings on just about everything.

RSS and SourceSafe again

October 31st, 2003 by gregr

Yet again, the code I posted to generate RSS feeds from Visual SourceSafe has expired…I’ve posted a new version that will work until February 28, 2004.

More info (and instructions) here and here.

UPDATED: expiration date extended through October 31, 2004 - download the updated version from the links below.

Download: msi | zip

 

This entry was posted on Friday, October 31st, 2003 at 4:08 pm and is filed under Uncategorized. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

20 responses about “RSS and SourceSafe again”

  1. Chad Thomas said:

    How about putting an interval in each project?

  2. Greg Reinacker said:

    Good thought - I will add that to the list of future changes.

  3. SBC said:

    what’s the version after Feb 28th?

  4. SBC said:

    Thanks for the update (thru Oct 31st).

  5. Greg Reinacker releases the RSS Feeder for Visual SourceSafe (VSS) said:

    …[more]

  6. RSS for VSS said:

    …[more]

  7. Graeme Foster said:

    Just wondering, Greg - why don’t you release a version that doesn’t expire? :)

  8. Greg Reinacker said:

    Graeme, an excellent question. :-) We have some other potential plans for this particular product…however, those plans haven’t yet been explored, and keep getting put off. Until we’ve had a chance to evaluate, I can’t release this code in a non-expiring fashion.

  9. Yuriy said:

    If cannot find VSS DLLs - no any diagnostic

    Still starting, I assume it scans VSS project, but again - any log will be very helpful

  10. Scott said:

    First, Matt’s comments about using domain\username during the install is a must. Also, I had to go back to my VS 6.0 disks and install the VSS Server to get the service to find the component/registered class {}/com object.

    – Scott

  11. Ian Prest said:

    This rocks! But it’s using a lot of CPU time. It’s using about 40% of my CPU constantly, and a constant stream of network traffic (monitoring two fairly large VSS databases; about 40k files total).

    I’m running it on a spare machine, so I don’t mind the CPU usage too much. But is my VSS admin gonna come down on my head for putting a strain on the server? Can anyone comment on server load?

    Thanks,

  12. Jim Hutson said:

    We’ve successfully installed this on our development server, but no vss.xml file is being generated, and we keep getting the following message in the event viewer:

    Exception occurred generating RSS.

    VSS Database: C:\Program Files\Microsoft Visual Studio\VSS\srcsafe.ini

    VSS Project: $/d01_Web

    Exception:

    The specified module could not be found.

    at VssRssSvc.GenRss.BuildRss(String srcSafeIniPath, String vssUser, String vssPass, String projectName, String outputPath, Int32 maxItems, Boolean recursive)

    please advise.

    thanks,

    ji

  13. Jim Hutson said:

    We’ve successfully installed this on our development server, but no vss.xml file is being generated, and we keep getting the following message in the event viewer:

    Exception occurred generating RSS.

    VSS Database: C:\Program Files\Microsoft Visual Studio\VSS\srcsafe.ini

    VSS Project: $/d01_Web

    Exception:

    The specified module could not be found.

    at VssRssSvc.GenRss.BuildRss(String srcSafeIniPath, String vssUser, String vssPass, String projectName, String outputPath, Int32 maxItems, Boolean recursive)

    please advise.

    thanks,

    ji

  14. Denis Haskin said:

    I’m now getting same error others have:

    Exception occurred generating RSS.

    VSS Database: \\csmain\DATA1\CSS\srcsafe.ini

    VSS Project: $/6764 - MN CVISN

    Exception:

    The SourceSafe database path dhaskin does not exist. Please select another database.

    I assume the message is in error? The database is not ‘dhaskin’, that’s the username…

    Hmm…

  15. Andy said:

    I see that his expires at the end of Oct - Are you planning on extending the date again?

    I just started using it and it seems like a great tool

    Thanks

  16. Ryan Cromwell said:

    What’s up with continuous expiration? Are you going to open it up or keep posting a new release? I like it, but if it’s not gonna be released without restrictions, it’s not worth much.

  17. ian stevens said:

    I just discovered this tool today via a Google search. Please consider an unlimited expiry, as I and others would love to see RSS-based delivery of VSS activity. Thanks.

  18. RSS and SourceSafe said:

    I while back, I wrote an application to generate RSS feeds from Visual SourceSafe databases. The code was set to expire…[more]

  19. Free code to produce RSS from SourceSafe said:

    Excellent! A great way to get an RSS feed that you can use to track what other developers are doing to your code base! From RSS and SourceSafe .: QUOTE I while back, I wrote an application to generate RSS feeds from Visual SourceSafe databases….[more]

  20. Ivan Draghi said:

    I have found the solution to the The SourceSafe database path XXX does not exist. You should specify paths in the \\myserver\mydir format rather than V:\mydir format.

    I changed this and it works.

Leave a Reply