Click here to Skip to main content
15,887,214 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
dandy721-Nov-23 8:58
dandy721-Nov-23 8:58 
GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
Jeremy Falcon2-Nov-23 4:02
professionalJeremy Falcon2-Nov-23 4:02 
GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
dandy722-Nov-23 5:38
dandy722-Nov-23 5:38 
GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
Jeremy Falcon2-Nov-23 5:56
professionalJeremy Falcon2-Nov-23 5:56 
GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
jschell2-Nov-23 5:27
jschell2-Nov-23 5:27 
GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
dandy722-Nov-23 5:51
dandy722-Nov-23 5:51 
GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
jschell3-Nov-23 4:13
jschell3-Nov-23 4:13 
GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
PIEBALDconsult1-Nov-23 14:20
mvePIEBALDconsult1-Nov-23 14:20 
Labels. Git doesn't have them at all and they are critical. And an API / .net integration. And integrated ticketing.

Edit: Here's what the Users' Manual for CMS has to say about Classes (which are very like Labels in TFS.)
5.1.2 Classes
A class is a set of specific generations of elements that can be manipulated as
a unit. A class can hold only one generation of any element.
You use classes to represent the state of development of a system or set of
elements at a particular time or stage. You can think of a class as a picture
taken of a library at a particular time. For example, you might create a class
named FIRST_DRAFT that contains only those generations of elements that
were used in producing the first draft of a manual.
Typically, you create a class to contain generations of all the components of a
software system for a release version of a product. You can establish classes
for different stages or milestones. For example, you could establish one class
for implementation, a second for testing, and a third for generations that
have completed the first two stages. As each module progresses through each
stage, you assign each generation to an appropriate class; thus, you can easily
determine your progress by displaying the contents of the different classes, and
you can later reconstruct any stage of development.
Once you insert an element generation into a class, further changes made to
the element are not reflected in the contents of that class.

HP DECset for OpenVMS
Guide to the Code Management System
Order Number: AA–KL03H–TE
July 2005

In particular: "or set of elements" -- the developer has full control over which generations of which elements are included in the class.

Note that VSS does not have such a feature, but it was included in TFS.


CREATE CLASS class-name[,...] ‘‘remark’’
Command Qualifiers Defaults
/[NO]LOG /LOG
/OCCLUDE[=option,...] /OCCLUDE=ALL
Creates one or more classes. After creating a class, you can place any related
set of element generations in that class by using the INSERT GENERATION
command. The CREATE CLASS command does not automatically place any
generations in the created class. For more information on classes, see the
HP DECset for OpenVMS Guide to the Code Management System.

HP DECset for OpenVMS
Code Management System
Reference Manual
Order Number: AA–QJEVC–TK
July 2005


The phrase, "any related set of element generations", may give the impression that there already has to be a relationship between the elements in the repository, but that is not the case. Adding generations of elements to a class defines a relationship between them.

modified 2-Nov-23 13:57pm.

GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
Jeremy Falcon2-Nov-23 4:04
professionalJeremy Falcon2-Nov-23 4:04 
GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
PIEBALDconsult2-Nov-23 6:04
mvePIEBALDconsult2-Nov-23 6:04 
GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
Jeremy Falcon2-Nov-23 6:32
professionalJeremy Falcon2-Nov-23 6:32 
GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
PIEBALDconsult2-Nov-23 6:57
mvePIEBALDconsult2-Nov-23 6:57 
GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
Jeremy Falcon2-Nov-23 7:05
professionalJeremy Falcon2-Nov-23 7:05 
GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
PIEBALDconsult2-Nov-23 7:16
mvePIEBALDconsult2-Nov-23 7:16 
GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
Jeremy Falcon2-Nov-23 7:44
professionalJeremy Falcon2-Nov-23 7:44 
GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
PIEBALDconsult2-Nov-23 7:59
mvePIEBALDconsult2-Nov-23 7:59 
GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
Jeremy Falcon2-Nov-23 11:22
professionalJeremy Falcon2-Nov-23 11:22 
GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
PIEBALDconsult2-Nov-23 14:59
mvePIEBALDconsult2-Nov-23 14:59 
GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
Jeremy Falcon3-Nov-23 6:48
professionalJeremy Falcon3-Nov-23 6:48 
GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
PIEBALDconsult3-Nov-23 7:03
mvePIEBALDconsult3-Nov-23 7:03 
GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
Jeremy Falcon6-Nov-23 2:51
professionalJeremy Falcon6-Nov-23 2:51 
GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
PIEBALDconsult6-Nov-23 6:24
mvePIEBALDconsult6-Nov-23 6:24 
GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
Jeremy Falcon7-Nov-23 5:14
professionalJeremy Falcon7-Nov-23 5:14 
GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
PIEBALDconsult7-Nov-23 5:22
mvePIEBALDconsult7-Nov-23 5:22 
GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
Jeremy Falcon2-Nov-23 6:39
professionalJeremy Falcon2-Nov-23 6:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.