2

Does anyone know if there's a way to integrate clearcase 8.0.1.06 into visual studio 2017? I tried the registry hack detailed in this stack overflow post and also uninstalling and reinstalling clearcase after installing VS2017 but nothing seems to work. If there is no support for VS2017 currently, does anyone know how long it usually takes before clearcase is supported? Thank you.

Edit: I posted the same question on the IBM dev forum and someone responded that the ClearCase devs are working on support but it won't be available for a quarter or two.

Community
  • 1
  • 1
  • Why would anyone be using something other than Subversion or Git? The lack of support should tell you something. – duffymo May 04 '17 at 17:21
  • Unfortunately, it's too deeply integrated into the project to change :( – magmasliver May 04 '17 at 17:26
  • 1
    Time to migrate. Honestly, you might be the last Clear Case customer Rational/IBM has. You'll migrate faster than Microsoft will provide support. – duffymo May 04 '17 at 17:48
  • @duffymo Large companies have a hard time changing their processes; hundreds or thousands of people have to be trained, hundreds or thousands of scripts have to be re-written, if you have legal requirements for reviewing and archiving you have to re-define, review and get approval for those processes as well. That may be lamentable but this lock-in concerns quite a few well-paying customers. And then it's not as if other systems din't have their own set of problems. – Peter - Reinstate Monica Sep 09 '19 at 12:32
  • Okay, then don’t. Stay with antiquated stuff. I work for a Dow company. I know what big means. – duffymo Sep 09 '19 at 12:56

1 Answers1

0

As you can see in the "Collaborate on Code" Visual Studio 2017 page, the focus is now on Git.
As commented by Peter A. Schneider, there is a IBM Rational ClearCase integration with Microsoft Visual Studio 2017. The installation instruction, though, might not work fully.

That being said, trying to integrate such an obsolete source control system such as ClearCase is counter-productive. IBM is working on integration its successor RTC (Rational Team Concert) with RTC 6.0.4.

That being said, you can still try and see if the extension " VS Code ClearCase" works for you. It is however for VS Code, not for VS 2017.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
  • 1
    A few corrections:(1) ClearCase is not obsolete and is increasing development investment as part of the partnership between IBM and HCL Technologies. (2) RTC is not the successor to ClearCase. There's a reason IBM has continued to sell and support both products. (3) ClearCase does not yet support an integration with VS 2017 but it is being actively worked on. Stay tuned... – hack May 24 '17 at 23:25
  • IBM's ClearCase plugin is available [here](https://www.ibm.com/support/pages/integrate-ibm-rational-clearcase-microsoft-visual-studio-2017). I have not tried it yet. – Peter - Reinstate Monica Sep 09 '19 at 12:22
  • @PeterA.Schneider Thank you. I have included your comment in the answer for more visibility. – VonC Sep 09 '19 at 12:27
  • I'll give it a try and report back. One issue I remember from one plugin was that it affected the project files in a way which bothered people without the plugin. – Peter - Reinstate Monica Sep 09 '19 at 12:35
  • @PeterA.Schneider Thank you. I will include your report in the answer as well. – VonC Sep 09 '19 at 12:39
  • OK, the installation is a joke: The [instructions](ftp://public.dhe.ibm.com/software/rational/clearcase/vs2017/Installation_Instructions_VS2017.pdf) ask you to manually change paths in configuration files, including paths which do not have an equivalent in my specific installation location. It did not work properly after I installed it, whether due to an editing error or for other reasons I do not know. VS opened an error dialog pointing to an xml trouble log file again in a location which did not exist. Simply using CC on the side appears to be easier. – Peter - Reinstate Monica Sep 09 '19 at 14:18
  • @PeterA.Schneider That has been often my experience: using cleartool in console while working in an IDE. – VonC Sep 09 '19 at 14:21