zoukankan      html  css  js  c++  java
  • 解决方案:将已存在的项目 添加到 tfs解决方案中的时候 出现:新项目不能成功加入源码控制

    遇到此问题 可能是因为你的 解决方案文件 没有正确与 tfs服务器绑定导致的

    解决方式是: 在打开任意一个源码文件的时候,打开 vs2013的 文件>> 

    Go to File->Source Control->Change Source Control. (in Visual Studio 2012/2013 it's File->Source Control->Advanced->Change Source Control)

    Look for the "Solution: your solution name" and if it's not bound it will say "no server". Click on it and then click "Bind" from the toolbar.

    参考网址:http://stackoverflow.com/questions/32968423/vs-2013-cant-add-existing-project-to-tfs-source-control

    如果还是不行,那么还可以尝试

    1.VS2013>>文件>>源代码管理>>高级>>更改源代码管理>>找到 那些显示无效的项目(也就是你新添加的现有项目)>>取消绑定>>确定

    2.选中新添加的项目>>右键>>源代码管理>>将选中的项目添加到源代码管理

    3.签入 即可

  • 相关阅读:
    CF1416D Graph and Queries
    Wordpress建站系统相关
    微观经济学
    Preface
    Thread pool in chromium
    [fllutter engine] 并发消息队列
    bugku misc
    python 3.1学习
    HTML&CSS
    DOM技术点
  • 原文地址:https://www.cnblogs.com/duanweishi/p/5153644.html
Copyright © 2011-2022 走看看