Click here to Skip to main content
15,886,919 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
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 
GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
PIEBALDconsult2-Nov-23 7:10
mvePIEBALDconsult2-Nov-23 7:10 
GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
Jeremy Falcon2-Nov-23 7:40
professionalJeremy Falcon2-Nov-23 7:40 
PIEBALDconsult wrote:
That's not what Labels are for, and TFS can do that as well of course.
Given this video (it's 2 minutes only), either this dude is wrong or labels are meant to tag a specific set of files, as well the MS link suggested...
TFS 2013 Tutorial : 24 - How to Apply Labels in Team Foundation Server 2013 using visual Studio - YouTube

You can modify tags in git and labels in TFS so I'm not sure why bringing this up is relevant.

If you need to stage files not marked for release that are in your repo for some reason, let's say internal documentation, that can be achieved with git 100%. However, that's a bad design to do that in the SCM itself. Anything exclusionary should be a part of the build process. So, to keep this on point... right now, I'm mentally considering a changeset like a commit in Git terms.

Given that, if for some reason you need a label of two different changesets that are completely unrelated (history-wise) to one another in a label, again Git doesn't work that way. Nor should it. That's just a bad design. If you need that, then merge or rebase into whatever branch you're working on in question and create a tag off that. You'll have exactly the same thing but with a consolidated history trail.

Git is more analogous to the blockchain in terms of a history trail. That's a good thing.

Also, if labels aren't used to tag a release, why are people saying it is?
Jeremy Falcon

GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
PIEBALDconsult6-Nov-23 5:02
mvePIEBALDconsult6-Nov-23 5:02 
GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
Jeremy Falcon2-Nov-23 7:41
professionalJeremy Falcon2-Nov-23 7:41 
GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
Ravi Bhavnani3-Nov-23 5:59
professionalRavi Bhavnani3-Nov-23 5:59 
GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
Jeremy Falcon3-Nov-23 6:56
professionalJeremy Falcon3-Nov-23 6:56 
GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
Ravi Bhavnani4-Nov-23 10:54
professionalRavi Bhavnani4-Nov-23 10:54 
GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
Jeremy Falcon6-Nov-23 3:21
professionalJeremy Falcon6-Nov-23 3:21 
GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
Ravi Bhavnani6-Nov-23 12:48
professionalRavi Bhavnani6-Nov-23 12:48 
GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
Jeremy Falcon7-Nov-23 4:35
professionalJeremy Falcon7-Nov-23 4:35 
GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
Marc Clifton1-Nov-23 5:37
mvaMarc Clifton1-Nov-23 5:37 
GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
Jeremy Falcon1-Nov-23 7:02
professionalJeremy Falcon1-Nov-23 7:02 
GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
MSBassSinger1-Nov-23 7:35
professionalMSBassSinger1-Nov-23 7:35 
GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
Sander Rossel1-Nov-23 21:17
professionalSander Rossel1-Nov-23 21:17 
GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
Jeremy Falcon2-Nov-23 4:10
professionalJeremy Falcon2-Nov-23 4:10 
GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
haughtonomous2-Nov-23 0:34
haughtonomous2-Nov-23 0:34 
GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
jschell2-Nov-23 5:31
jschell2-Nov-23 5:31 
GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
PIEBALDconsult6-Nov-23 7:24
mvePIEBALDconsult6-Nov-23 7:24 
GeneralRe: Is there a white paper explaining why Team Foundation Version Control sucks ? Pin
Br.Bill7-Nov-23 11:51
Br.Bill7-Nov-23 11:51 

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.