VSS2005:如何使用标签来快速编译早期版本的代码?
使用 Visual SourceSafe 2005,我需要做什么来告诉 VSS 2005 当前版本的代码应该被标记(或其他),以便在进一步修改后我可以稍后返回并获取被标记的代码版本?
Using Visual SourceSafe 2005, what do I need to do to tell VSS 2005 that the current version of code should be labelled (or whatever) so that after further revisions I can come back later and get the version of code that was labelled?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如何:为项目添加标签,位于 http://msdn.microsoft.com/en-us/library/9e8x236w(VS.80).aspx,确保在左侧窗格中选择一个项目/文件夹。
要标记文件或项目的当前版本:
在 Visual SourceSafe Explorer 中,选择要标记的文件或项目。
在“文件”菜单上,单击“标签”。
在“标签”对话框中,在“标签”框中输入描述性文本。
可以选择在“注释”框中输入标签的注释。
单击“确定”。
如何:使用 SourceSafe 插件标记项目,位于 http://msdn.microsoft.com/en-us/library/zz3bhef7(VS.80).aspx(我不知道。)[这不起作用。]通过标签获取最新版本
在如何:为项目添加标签主题 (http://msdn.microsoft.com/en-us/library/9e8x236w(VS.80).aspx< /a>)有一个指向如何:将项目获取到您的工作文件夹的链接 (http://msdn.microsoft.com/en-us/library/kh8hd2cw(VS.80).aspx) 描述了如何获取文件或项目的最新版本以及标签的最新版本:。
How to: Label an Item at http://msdn.microsoft.com/en-us/library/9e8x236w(VS.80).aspx, making sure you select a project/folder on the left side pane.
To label the current version of a file or project:
In Visual SourceSafe Explorer, select the file or project to label.
On the File menu, click Label.
In the Label dialog box, enter descriptive text in the Label box.
Optionally enter a comment for the label in the Comment box.
Click OK.
How to: Label an Item Using a SourceSafe Plug-in at http://msdn.microsoft.com/en-us/library/zz3bhef7(VS.80).aspx (Which I did not know.)[This does not work.]To get the latest version by Label
In the How to: Label an Item topic (http://msdn.microsoft.com/en-us/library/9e8x236w(VS.80).aspx) there is a link to the How to: Get an Item to Your Working Folder (http://msdn.microsoft.com/en-us/library/kh8hd2cw(VS.80).aspx) that describes how to get the latest version of a file or project and the latest version by label:.