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?
The solution proposed by user5337760 worked perfectly for me.
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.)
Check the environment variables in reg_VS2013.bat to be sure they match your setup.
Run reg_VS2013.bat.
According to http://www.almtoolbox.com/blog/installing-microsoft-visual-studio-2015-integration-with-clearcase, Microsoft Visual Studio 2015 is integrated with ClearCase as of release 8.0.1.10.
The same site has also a non-official Visual Studio integration with ClearCase 9.
First, apply the the latest fix pack for your ClearCase Client version. Support for VS2015 may already be included.
If not, start with the approach given by IBM for VS2013 http://www-01.ibm.com/support/docview.wss?uid=swg24036865
Before executing the scripts though, be sure to replace all references to VS2013 ("12.0") with ("14.0") in the batch and registry scripts provided.
Also, since you're probably using a 64-bit system, be sure to specify "Program Files (x86)" where appropriate.
Can I somehow use the plugin from VS2013?
You can try, but it isn't supported officially.
I don't know of a compatible ClearCase plugin for now.
Official support for Microsoft Visual Studio 2015 was introduced in ClearCase 8.0.1.10 as noted in the "What's New" page.
来源:https://stackoverflow.com/questions/30069163/clearcase-in-visual-studio-2015