OMG Ponies
OMG Ponies

Reputation: 332571

Integrating CVS with SSMS 2005?

Currently, I produce various .sql scripts (sprocs mainly) and have to copy them to another location where I had originally checked out a CVS project before I can add/update/remove the CVS repository accordingly (using TortoiseCVS). It's tedious, so I've been tasked with investigating if SSMS could use CVS natively.

I've been googling after finding the Plug-in Selection in the Options > Source Control dialog, but everything seems to revolve around SourceSafe. I'm not familiar with it - is this a Microsoft concurrent version tracking software? Or could it be a wrapper to provide access to various software (CVS, Subversion, etc)?

What, if any, are the options here for making the link between SSMS and CVS?

Upvotes: 1

Views: 322

Answers (1)

OMG Ponies
OMG Ponies

Reputation: 332571

I found the following CVS SCC providers:

I found them to be what I'd call beta at best, and decided that it wasn't worth pursuing when I could copy/paste files & use TortoiseCVS.

Upvotes: 1

Related Questions