Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ClearCase in Visual Studio 2015

Is there any workaround to get Rational ClearCase running in VS2015 RC? It looks like no plugin is available yet. Can I somehow use the plugin from VS2013?

like image 386
Dunken Avatar asked May 06 '15 06:05

Dunken


People also ask

Is ClearCase still used?

Many teams still use ClearCase version control — otherwise known as IBM ClearCase or Rational ClearCase.

What is rational ClearCase used for?

IBM Rational ClearCase is a software configuration management solution that provides version control, workspace management, parallel development support, and build auditing.

Who owns ClearCase?

It is developed by IBM. ClearCase supports two configuration management models: UCM (Unified Change Management) and base ClearCase.


1 Answers

The solution proposed by user5337760 worked perfectly for me.

  1. In ccvsisearchtoolwin_VS2013.reg and reg_VS2013.bat, globally change all the 12.0 instances to 14.0. (I don't use the Remote Client, so these 2 files are the only ones I needed.)

  2. Check the environment variables in reg_VS2013.bat to be sure they match your setup.

  3. Run reg_VS2013.bat.

like image 182
Andy Evans Avatar answered Sep 30 '22 08:09

Andy Evans