G
Guest
I'm working on a build environment for .NET application where the developers
are using visual studio and VSS. In order to pull only the changed modules
(and any required dependencies) I want to get a labelled version from VSS.
The developers use visual studio and the VSS integration so they don't
currently label the code (or are really aware that they are checking in and
out of VSS). Is there a mechanism in visual studio that will automatically
label the code when it is checked in by the developers? It would be fine if
it put the autoincremented (assuming this happens now) version number as the
label but I need to be able to identify the specific code to pull during the
build so I don't have to pull everything.
Another option would be to customize the automated checkin to prompt the
user for a label and label it automatically. Is that possible?
I appreciate any assistance...gj
are using visual studio and VSS. In order to pull only the changed modules
(and any required dependencies) I want to get a labelled version from VSS.
The developers use visual studio and the VSS integration so they don't
currently label the code (or are really aware that they are checking in and
out of VSS). Is there a mechanism in visual studio that will automatically
label the code when it is checked in by the developers? It would be fine if
it put the autoincremented (assuming this happens now) version number as the
label but I need to be able to identify the specific code to pull during the
build so I don't have to pull everything.
Another option would be to customize the automated checkin to prompt the
user for a label and label it automatically. Is that possible?
I appreciate any assistance...gj