Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
What is the best way to label code for a new deployment? Maybe it is better to create an new branch instead?
Posted

Probably the best resource I've found so far on using TFS and best practices:

http://tfsguide.codeplex.com[^]

[EDIT]

This is the one that I meant:

http://vsarbranchingguide.codeplex.com/[^]

The one above is an older book for TFS 2008 I think.
 
Share this answer
 
v2
There is no standard for doing this. You can organize your code as you want. Personally I like to create a branch for major and minor versions. If you plan to rebuild older versions, adding labels makes this even easier.

I’d suggest something like this but again, there are many ways to do this

$\Branches
    \1.1
    \1.2 (branched from 1.1)
    \2.1 (branched from 1.2)
    \2.2 (branched from 2.1)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900