Question

I am forced to use Visual Source Safe at my current job. Yes I know, It's like a stick in the eye. But VSS won't go away, VSS is here to stay.

I was wondering if there is any way to do something similar to Subversion's Post-Commit hooks in VSS? Coupled with a few deployment scripts, this would make our lives much, much easier.

Was it helpful?

Solution

Yes there are hooks for Visual Source Safe (with examples in Visual Basic 5).
If I were you I'd stay away from this. Your situation is bad enough.
If you still want to implement hooks I believe that what you are looking for is the AfterCheckIn event handler.

OTHER TIPS

No, there isn't. You might be able to get something like that with a third party provider like Source Offsite or something (google it).

If VSS is "here to stay" at your company, then I think you have some bigger issues to deal with over there than just VSS, especially since you can get everything you need for source control for $0.00 with SVN.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top