Trying to create a TFS server 2012 to store all source code and documentation delivered from vendor

92 Views Asked by At

I am trying to create a TFS where I can store Source code and documentation of each release sent by vendor. I created three environment ( dev, UAT, prod). once new release is sent using branching I promote the previous version in dev to UAT and version in UAT to Prod. How far is this reliable . If later in future I want to get the code for particular version can I get it?

1

There are 1 best solutions below

9
On

If later in future I want to get the code for particular version can I get it?

Yes you can get any version of the code by Changeset, DateTime or Label. You can right click on any folder in Source Control Explorer --> Advanced --> Get Specific Version and then you can select any of the above options and get code for that version.