CVSOptionsObject.CVSPath missing or renamed in v6?

I am upgrading our projects from v5.5 to v6 (6.3.0.1506) and CVSOptionsObject.CVSPath no longer works in script, so have this been renamed or removed?

For reference I use this as an easy way to switch CVS client versions to workaround an incompatibilty in some of our older projects due to the use of a specific CVS option.

…an idea comes to mind…goes away and tests:

GetOptionsObject(“CVS Options”) still works! However could you please confirm if the CVSOptionsObject change is by design or a bug, as every time I do a major FB upgrade something in script object access (actions or global) has a breaking change :wink:

Hi Simon

It’s a bug, a copy/paste bug to be specific, another options object was registering itself as CVSOptionsObject. I just checked in the fix, I’ll post here with a test build shortly.

Here’s the fix :

https://www.finalbuilder.com/downloads/finalbuilder/630/FB630_1664.exe

Thanks that works fine now