当前位置:网站首页>TFS(AzureDevOps)取消离职人员的签出项
TFS(AzureDevOps)取消离职人员的签出项
2022-08-03 05:27:00 【谷凯Jump】
有时候,员工离职时,没有撤销签出代码文件,后续会有一系列困扰~~
解决办法:连接到TFS数据库,删除表数据即可。
【我是Azure DevOps Server 2019,其他版本应该也是适用的,大家可以试试】
查看工作区
select * from tbl_workspace where workspacename='某某某'
查看签出项,其中-1980000004是上一步查出来的workspaceid
select * from tbl_PendingChange a where workspaceid='-1980000004'
删除这些签出项
delete from tbl_PendingChange a where workspaceid='-1980000004'
可以核对一下文件名,确保没有删错~~
去试试吧~
边栏推荐
猜你喜欢
随机推荐
影响PoE供电传输距离的除了网线还有啥?
数组与字符串12-数组拆分
小程序动态加载分包文件及根路径处理
【面试】摸鱼快看:关于selenium/ui自动化的面试题
cobalt strike 的基础使用
二分查找1-实现一个二分查找
域名注册流程:如何选择购买合适的域名?
Podman一篇就学会
ZEMAX | 在OpticStudio中建立扩增实境(VR)头戴式显示器
servlet learning (7) ServletContext
Delightful Nuxt3 Tutorial (2): Build a Blog Quickly and Easily
JS--正则表达式
常见的电容器有哪些?唯样商城
classpath:与classpath*的比较
SolidWorks 操作视频 | 流体分析结果演示
ZEMAX | 如何创建复杂的非序列物体
6. What is the difference between Vector, ArrayList and LinkedList?(design, performance, safety)
Practice of MySql's Sql statement (try how many you can write)
9. Please introduce the class loading process, what is the parent delegation model?
What is parametric design, let's understand it through practical operation?| SOLIDWORKS How-To Videos