zoukankan      html  css  js  c++  java
  • TF10169, How to remove a team project

    1. When we are trying to delete Team Project from Team Explorer, it throw this error message:
    ---------------------------
    Microsoft Visual Studio
    ---------------------------
    TF10169: Unsupported pending change attempted on team project folder $/registerrpf.  Use the Project Creation Wizard in Team Explorer to create a project or the Team Project deletion tool to delete one.
    ---------------------------
    OK  
    ---------------------------


    2. Then try to using tool: tfsdeleteproject

    3. The process like this:

    d:\Program Files\Microsoft Visual Studio 9.0\VC>tfsdeleteproject
    Team Foundation Delete Project Tool
    Copyright (c) Microsoft Corporation.  All rights reserved.

    Usage: TfsDeleteProject [/q] [/force] </server:<server name>> <team project name
    >

    Deletes the Team Project from Team Foundation.  To use this command, you must be
     a member of either the Team Foundation Server Administrators group or a member
    of the Project Administrators group for the project you are deleting.  Use this
    command with caution because after deleting the team project it cannot be recove
    red.

       [/q] - Do not prompt for confirmation.
       </server:<server name>> - The name of the Team Foundation server.
       [/force] - Continue even if some data cannot be deleted.
       <team project name> - The name of the project.  Use quotes if there are space
    s in the name.

    d:\Program Files\Microsoft Visual Studio 9.0\VC>tfsdeleteproject /server:appcomp
    at-tfs registerrpf
    Warning: Deleting a team project is an irrecoverable operation. All version cont
    rol, work item tracking and Team Foundation build data will be destroyed from th
    e system. The only way to recover this data is by restoring a stored backup of t
    he databases. Are you sure you want to delete the team project and all of its da
    ta (Y/N)?y

    Deleting from Build ...
    Done
    Deleting from Work Item Tracking ...
    Done
    Deleting from Version Control ...
    Done
    Deleting Report Server files ...
    Done
    Deleting SharePoint site ...
    Done
    Deleting from Team Foundation Core ...
    Done

    d:\Program Files\Microsoft Visual Studio 9.0\VC>tfsdeleteproject

  • 相关阅读:
    Delphi集合的用法
    文字倒序输出(集合)
    如果知道两点的经纬度 如何算两点之间的距离
    Arcengine 开发完后,程序打包,在目标机器上不能使用 已解决
    arcengine License部署
    设置代理
    关于GPS坐标转换的学习笔记相当头疼
    ArcEngine 相关转载
    经纬度到平面坐标的相互转换
    用ArcEngine9.3开发GIS应用程序图层符号化解决方案
  • 原文地址:https://www.cnblogs.com/holly/p/1574475.html
Copyright © 2011-2022 走看看