Software Engineering, Project Management, and Effectiveness
One of my readers asked me if I could provide a bit more insight on branching. I think the best thing I can do here is summarize a few tips and then point to some useful resources.
Key Tips
Here's an example starting point.
/Main /Source /Build /Docs /Scripts /TestCases /Development /FeatureBranch1 /FeatureBranch2 /Maintenance /Release 1 /Release 1.1 /Release 1.2
In this case, Main is your main source tree and project assets. Development is a root level folder for isolating your features or teams (branched off your Source folder in Main).
More Information
PingBack from http://liangwu.wordpress.com/2007/03/16/interesting-finding-03162007/
The Teams WIT Tools Blog on Handling display name changes in Team Foundation Server. Brian Harry on...