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 ?