PDA

View Full Version : Can BC 2.4 integrate with VSS 6.0?


haavars
10-Mar-2006, 12:48 AM
Hi, I have upgraded to 2.4 of BC. I see that this version has "Added support for checking in and out of most version control systems.". Does that include VSS 6.0.

When I go to Option | Source control it only shows "No source control providers detected."

/Håvar

10-Mar-2006, 03:29 AM
I have the same symptoms using the SUBVersion configuration control system

Craig
10-Mar-2006, 11:49 AM
Subversion does not include built-in support for the SCC API. These are the projects I know of that try to add support for it. I haven't tested any of them, and it appears most are beta at best, so comments on which ones work and how to set them up would be appreciated.
<ul type="square"> SVNScc (http://svnscc.tigris.org/) (free).
TortoiseSVN SCC Plugin (http://tortoisesvnscc.tigris.org/) (free). It may be included as part of the standard TortoiseSVN (http://tortoisesvn.tigris.org/) package.
Subway (http://nidaros.homedns.org/subway/) (free).
PushOk SVN SCC proxy (http://www.pushok.com/soft_svn.php) (commercial, free trial).
sourcecross.org SCC Provider (http://www.sourcecross.org/projects/index.php) (free?). I couldn't find a working download link for this, but contacting the authors may work.[/list]

Craig
10-Mar-2006, 12:04 PM
Yes, Visual SourceSafe 6 is supported and I have tested it with Beyond Compare. It's possible you don't have the necessary DLL installed, though I don't know why VSS would have that as an option.

Check in your VSS/Win32 directory for a file named SSSCC.DLL, and check your registry at HKLM\Software\SourceCodeControlProvider\InstalledS CCProviders. It should have an entry labeled "Microsoft Visual SourceSafe" probably with a value of "Software\Microsoft\SourceSafe". If either of those are missing you must not have it installed; try running the VSS installer again and see if it adds it.

haavars
14-Mar-2006, 05:21 AM
Thank you, now it works!

Regards,

Håvar