I'm about to perform a bunch of folder moving operations in StarTeam (including some new nesting levels) and I would like to set a label so that I can roll back in case of issues. I figured out how to set a label on a folder and all its children, but I couldn't figure out how to get the version of that folder corresponding to that particular label. It seems like labels are tied to the files themselves and not the folders/folder structure.
views:
211answers:
1
+4
A:
I've switched to Subversion and FogBugz so I am rusty on StarTeam. I think you need a View Label.
- From
View
menu, selectLabels...
to open the Labels dialog. - On the
View
tab, clickNew...
button to open View Label dialog. - Type in label name as "Release 1.2.3.4", check
Frozen
, and hitOK
.
To get back to the state,
- From
View
menu, selectSelect Configuration...
to open the Select a View Configuration dialog. - Select
Labeled configuration
, and pick "Release 1.2.3.4"
You can then create a new view from the view label to branch off you want to. See the Help file > Working with StarTeam
> Managing Views
. Here's a quote from Configuring a View
:
By default, a view has a current configuration – that is, it displays the latest revisions of the items in the project. However, you can roll back a view to a past state based on a label, promotion state, or a point in time.
eed3si9n
2008-09-14 06:27:26