Visual Source Safe 中的项目版本控制
我目前正在进行项目的第一阶段,所有文件都已签入 Visual Source safe。我如何将此项目版本为第 1 阶段。
我知道如果它是单个文件,我们可以回滚更改等。
在我开始第 2 阶段工作后。我应该能够获取第 1 阶段项目并根据需要进行任何更改。
请帮忙
I am currently working on Phase 1 of my project and all files are checked into Visual Source safe. How do I version this project as phase 1.
I know if it is a single file we can roll back changes etc.
After I start working on Phase 2. I should be able to get the phase I project and make any changes as required.
Please help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
VSS 有一个称为“共享和固定”的功能。这是最接近分支的东西。我发现它需要很长时间,以后访问速度会变慢,而且很难使用。
但我建议首先查看该主题的帮助。
Visual SourceSafe 简介
如何:共享和分支文件
VSS has a feature called "Share and Pin". It is the closest thing it has to branching. I've found it to take a long time, slows down access later on, and hard to work with.
But I would suggest starting by looking in the help for that topic.
Introducing Visual SourceSafe
How to: Share and Branch a File
如果您想对第 1 阶段和第 2 阶段都进行更改,唯一的选择是复制整个项目。
如果您不需要返回并对第 1 阶段进行更改,而只需要获取其代码,则可以使用标签。
If you want to make changes to both Phase 1 and Phase 2, your only option is to make a copy of the entire project.
If you don't need to go back and make changes to Phase 1 and will only ever need to get the code for it, you can use a label.