Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Share project documents in TFS different ways, what are your best practices? [closed]

I am wondering what your best practice is regarding managing (and versioning) different kind of project documents (like versioning targeted docs like: use cases, master test plan, qa plan and non-versioning related docs like MinutesOfMeetings for example) in TFS 2010.

Are you using

  1. Team Wiki or
  2. Shared Documents or
  3. Source control

?

like image 727
Patrick Peters Avatar asked Jun 01 '12 06:06

Patrick Peters


1 Answers

We use source control for all documentation tokens that are shipped to the customer. This includes manuals/installation guides and the similar. That way they get regular build labels & we know which manual corresponds to which version of the software.

For internal docs (MoM, design docs, project management etc) we use Sharepoint & for UserStories we obviously use the build-in TFS work item types.

like image 67
pantelif Avatar answered Oct 09 '22 16:10

pantelif