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

November 7th, 2003 at 11:08 am
How about putting an interval in each project?
November 7th, 2003 at 1:06 pm
Good thought - I will add that to the list of future changes.
March 8th, 2004 at 3:09 pm
what’s the version after Feb 28th?
March 9th, 2004 at 3:50 pm
Thanks for the update (thru Oct 31st).
March 9th, 2004 at 4:05 pm
…[more]
March 10th, 2004 at 10:47 am
…[more]
March 11th, 2004 at 9:34 am
Just wondering, Greg - why don’t you release a version that doesn’t expire? :)
March 11th, 2004 at 10:08 am
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.
May 21st, 2004 at 6:22 am
If cannot find VSS DLLs - no any diagnostic
Still starting, I assume it scans VSS project, but again - any log will be very helpful
June 11th, 2004 at 4:50 am
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
June 15th, 2004 at 9:16 am
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,
August 2nd, 2004 at 3:59 pm
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
August 2nd, 2004 at 4:48 pm
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
August 17th, 2004 at 12:02 pm
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…
October 26th, 2004 at 3:37 pm
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
November 2nd, 2004 at 11:53 am
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.
November 18th, 2004 at 12:11 pm
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.
November 22nd, 2004 at 11:38 am
I while back, I wrote an application to generate RSS feeds from Visual SourceSafe databases. The code was set to expire…[more]
November 22nd, 2004 at 11:45 pm
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]
March 1st, 2005 at 11:08 am
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.