从源安全导出 [英] Export from Source Safe

查看:123
本文介绍了从源安全导出的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有办法从Source Safe导出文件/文件夹? (即摆脱所有.scc文件,就像SVN导出一样)

Is there a way to export files/folders from Source Safe? (i.e. getting rid of all .scc files, just like SVN export)

推荐答案

只需要定期获取,然后运行类似

Just do a regular get, then run something like

ATTRIB -R *.scc /S
DEL /F /S /Q *.scc

第一个命令从这些文件中删除只读标志。第二个删除沿路径匹配* .scc的所有内容。

The first command removes the read only flag from those files. The second deletes everything that matches *.scc along the path.

这篇关于从源安全导出的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆