Here is a typical VSS integration usage scenario: Let’s say a developer is working on a bug #4572
Bug is fixed and sources are ready for check-in.
Developer should enter a BUGtrack record number in the comment (in a format #<bugnumber> anywhere in the comment field or simply a <bugnumber> at the beginning of comment) and continue with check-in.
After that if you look at the corresponding BUGtrack record, you will see a Checkins section:
Checkins are listed as links with custom protocol(vss://) and can be used to review changes:
Now bug can be resolved and reassigned later to other developers for code review, etc.
See Also: Configuring Microsoft VSS server for integration Client setup for Microsoft VSS integration
|