Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Below is the scenario for what I want:

I have a Feature List that contains different line items to fix. We can number these like line item1,line item2,line item3 up to line itemn
A team of 3 developer is working on this feature list. Developer A is working on line item1, Developer B is working on line item2, Developer C is working on line item3
They are committing their code on Vault in the following order:
    Developer B is committing line item2
    Developer C is committing line item3
    Developer A is committing line item1

Now I want to fetch updates only of line item1 from Vault .

How can we achieve this if changes are made to the common file for all 3 line items? Does Revision number and change set can help in this? If yes how we can achieve this ?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.