I've released eventually the next version of SCCBridge project. I've fixed there several bugs and improved a bit the integration module to Visual Studio .NET 2003.
The latest changes are:
- Fix the bug with adding to repository bunch of projects (reported by Tim at 4/12/2004 7:04:41 PM).
- The client-side cache for integration module to VS.NET is implemented. This allows to improve a bit productivity of this module (reported by Mark Rose at 3/26/2004 3:29:10 AM).
- The “Select Project Dialog“ in integration module was fixed.
- From now the integration module supports MSSCCPRJ.SCC files.
- I've implemented some functionality of MSSCCI ver1.2 that also quicken up integration module.
- I've changed a bit Test() method of web service. From now it requires user name and password and tries to connect using of them. In case of error it shows stack trace that simplifies configuration of the service.
- From now there is an ability to turn off support of RSA encrypting during login.
- There are also some minor changes in web service (e.g. I've implemented IsControlled() web method that allows to quicken up the integration module to VS.NET).
I've investigated also how to access from web service to SourceSafe database placed on LAN. Take a look at my recommendation in “read me.txt“ file in /BridgeServer web folder. I've included also these recommendations to my documentation.
I've separated binary files from sources. You can download the SCCBridge server, SCCBridge client separately. The sources as solution for Visual Studio .NET 2003 are available by e-mail request. From now, three additional sub projects (SCCDiff, SCCGUI and SCCPSwitcher) are including to sources. Also I've included sources of SharpZipLib for consistency.
I'm keep working on improvement of SCCBridge project and will be thankful for any feedback.