How To Remove or Change a Label (126786)
The information in this article applies to:
- Microsoft Visual SourceSafe for Windows 4.0
- Microsoft Visual SourceSafe for Windows 5.0
- Microsoft Visual SourceSafe for Windows 6.0
This article was previously published under Q126786 SUMMARY
You can remove or change a project or file label using the GUI interface or
the command line product. To remove a label, use the following steps:
GUI Interface- Select the file or project from which you want to remove the label.
- Click the History button on the toolbar, choose the Info.History menu
item with SourceSafe 3.1 or the Tools.Show History menu item with Visual
SourceSafe 4.0 or later, or press CTRL+H to bring up the history dialog
or output window.
- If the History dialog box appears, select the desired options and click OK.
- Select the labeled history item that you want to remove or change.
- Click the Details button.
- In the Label: text box, completely delete current label characters to
remove the label. To change the label, change the contents to the
desired new label.
- Click Close.
Command Line- Execute the Label command with the desired label options. For example:
To change a label:
ss Label $/test "-vl old label" "-l new label"
To remove a label:
ss label $/test "-vl old label" "-l "
- You will get a message:
"This version of <SourceSafe object name> already has a label.
Do you want to overwrite with new label? (Y/N)."
Type y to confirm the label change.
Modification Type: | Minor | Last Reviewed: | 2/24/2005 |
---|
Keywords: | kbFAQ kbhowto KB126786 |
---|
|