in the source safe help,it say:
---------------------------------
If you assign a label to a version that already has a label, or if you assign a label to an item that already uses that label for a different version, the old label is replaced. In either case, VSS issues a warning before replacing the old label.
---------------------------------
but,if i want to assign diffrent label for diffrent version to an item,can i do that
if can,how can i do

can i assign diffrent label to an item?
wildkard
Thanks.
itsnatraj
nathan_k_c
set ssddir=path to srcsafe.ini file
ss label -vloldlabel -lnewlabel $/path to the pproject or file labeled.
example:
C:\tom>ss label -vloldlabel -lnewlabel $/
This version of $/ already has a label.
Overwrite with new label (Y/N)y
Comment for $/:
daviasch
Hello,
Yes, you can change item-level labels by doing the following:
1. Select the item in SourceSafe explorer
2. Bring up the history window for it
3. Select the version you wish to label
4. Click the "Details" button on the history window
5. Edit the label and save yoru changes
Regards,
Rene Kanninga
So,i must do it in VSS IDE,
can't in command line by label command,
right
Jayne