As far as I understand, Dreamweaver doesn't support MSSCCI, but has a different integration to VSS databases. Dreamweaver uses a C++ based API for Source Code repository providers - hence details of what platform you would want it to work from are important.
FYI, the MSSCCI is an interface for talking to source control systems popularised by Visual Source Safe. It has some limitations but has been adopted by a number of vendors as a way of getting applications to talk to source control systems. Microsoft provide a MSSCCI provider for Team Foundation Server that allows you to use TFS for source control from older applications (such as Visual Studio 2003 etc).
The MSSCCI provider can be found here.
http://www.microsoft.com/downloads/details.aspx?FamilyId=87E1FFBD-A484-4C3A-8776-D560AB1E6198&displaylang=en
More information can be found on Brian Harry's blog:-
http://blogs.msdn.com/bharry/archive/2006/06/21/641884.aspx
In the meantime, you can use the Microsoft Team Explorer client to check-in / check-out files outside of Dreamweaver or use the Teamprise Explorer client from a non Windows OS.
Cheers,
Martin.
http://www.woodwardweb.com |