ClearCase与Visual Studio集成 [英] ClearCase Integration with Visual Studio

查看:104
本文介绍了ClearCase与Visual Studio集成的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试打开一个由IBM ClearCase控制的项目源,但是它向我显示此消息:

I'm trying to open a project source controlled by IBM ClearCase, but it gives this message to me:

The project '[MyProject]' is under source control. 
An error occurred registering this project with source control. 
It is recommended that you do not make any changes to this project.

我只是不知道该怎么办。我已经重新安装了所有内容。 Visual Studio集成已经安装,但是会不断显示错误消息。

I just don't know what to do. I've already re-installed everything. The Visual Studio integration is already installed, but it keeps giving error messages.

有人知道解决方案吗?

答案:我找到了解决方案。我只是在工具-> SourceControl中选择了ClearCase

Answer: I get a solution. I just selected the ClearCase in Tools -> SourceControl

推荐答案

请打开项目的* .CsProject文件,然后替换波纹管标签

Please open the *.CsProject file of your project then replace bellow tag

<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>

<SccProjectName>
</SccProjectName>
<SccLocalPath>
</SccLocalPath>
<SccAuxPath>
</SccAuxPath>
<SccProvider>
</SccProvider>

关闭解决方案,关闭VS,重新打开VS,然后您的问题将得到解决。

close the solution, close VS, reopen VS then your problem will be resolve.

这篇关于ClearCase与Visual Studio集成的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆