如何以编程方式从sourcesafe获取文件?
我需要以编程方式从源安全数据库获取文件。 知道如何做吗?
ps:我将使用 C# 来做到这一点。
I need to get a file from sourcesafe database programmatically. Any idea of how to do it?
ps: I'll do that by using C#.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以调用一个命令行 SS.EXE 程序来执行源代码管理操作。 但是,它依赖于全局 SourceSafe 配置,因此有时很难让它执行您想要的操作。
There is a command-line SS.EXE program that you can call to do source control operations. However, it relies on global SourceSafe configuration and so it sometimes is hard to make it do what you want.
有一个 VSS 的 OLE 库
您可能需要查看 < a href="http://bytes.com/forum/thread229399.html" rel="nofollow noreferrer">此讨论。
There is an OLE library for VSS
You might want to look at this discussion.