ClearCase 与 Visual Studio 集成
我正在尝试打开由 IBM ClearCase 控制的项目源代码,但它向我提供了以下消息:
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 集成已安装,但它不断给出错误消息。
有人知道这个问题的解决方案吗?
答:我得到一个解决方案。我刚刚在工具->中选择了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.
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.
Is anyone knows a solution for this?
Answer: I get a solution. I just selected the ClearCase in Tools -> SourceControl
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
IBM 技术说明 swg21267165 提到:
因此,请按照此 IBM 技术说明的建议仔细检查您的解决方案文件和项目文件(
.csproj
、.vcproj
...)。The IBM Technote swg21267165 mentions:
So carefully check your solution file and your project file (
.csproj
,.vcproj
, ...) following the recommendations of this IBM technote.请打开您项目的 *.CsProject 文件,然后替换下面的标签,
关闭
解决方案,关闭 VS,重新打开 VS,然后您的问题将得到解决。
Please open the *.CsProject file of your project then replace bellow tag
With
close the solution, close VS, reopen VS then your problem will be resolve.