如何以编程方式取消选中“在 VSS 中仅存储最新版本属性”选项为了一个项目?
我在 VSS 2005 中遇到问题,VSS 中有一个项目,其中有多个文件夹文件,并且大多数 2000 年左右的文件都检查了其属性“仅存储最新版本”。
我想将所有这 2000 个文件属性“仅存储最新版本”更改为未选中,以便 VSS 保留所有这些文件的先前版本。
是否可以通过单个命令来递归地取消选中项目中所有文件的此选项?
谢谢
I have an issue in VSS 2005, there is a project in VSS, having multiple folders files in it, and most of the files around 2000 having their property "Store only latest version" is checked.
I want to change all those 2000 files property "Store only latest version" to unchecked, so that VSS retain all those files previous version.
can it be done through a single command to unchecked this option for all those files in project recursively?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用命令行实用程序 ss 以及 properties 命令和 -L-(取消设置仅保留最新版本)和 -R(递归)如下所示
来自 http://blogs .msdn.com/b/checkitout/archive/2005/01/20/357820.aspx
注意 - 要使命令行实用程序正常工作,您需要将 SSDIR 环境变量设置为指向 srcsafe.ini 文件夹。
User the command line utility ss with properties command and the -L- (unset Retain only latest version) and -R (recursive) like below
From http://blogs.msdn.com/b/checkitout/archive/2005/01/20/357820.aspx
Note - for the command line utility to work you will need to set the SSDIR environment variable to point to your srcsafe.ini folder.