从 Visual Source safe 检出的 Ant 目标
我需要编写一个 ant 目标来将 VSS 项目从 vss 标签检出到本地计算机。 假设 VSS 用户名“bob”和密码“123”,vss 项目名称为 ANT_TEST。我想要签出的标签是 V.1.0 到本地文件夹 E:\ANTTEST。有人可以指导我这样做吗?
I need to write a ant target to checkout VSS project from a vss lable to the local machine.
lets say VSS username 'bob' and password '123' and the vss project name is ANT_TEST. Lable I want check out is V.1.0 to local folder E:\ANTTEST. Can some one pls guid me to do that.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看 Microsoft Visual SourceSafe 任务。
它们是可选任务,因此如果未找到该任务,您可能必须将库添加到 ant 安装中。如果尚未安装,可以在此处找到有关可选任务的详细信息。
Take a look at the Microsoft Visual SourceSafe Tasks.
They are optional tasks, so you might have to add libraries to your ant installation if the task is not found. In the event that they are not already installed, details about optional tasks can be found here.
Ant 有 VSS 任务。听起来
vsscheckout
任务可以满足您的需要。也许:Ant has VSS tasks. It sounds like the
vsscheckout
task would do what you need. Perhaps: