1

Could someone tell me how are multiple versions of an application are maintained using a tool like TFS or ClearCase? Say, a project was created for a single client and over a couple of years the company has customized this with some major changes and sold it to 10 other customers also. So in the end how do we maintain different versions of the app to address each customer's concerns?

Sudhir Rao
  • 19
  • 1

1 Answers1

2

ClearCase like TFS offers branches which allows you to maintain a same set of files in parallel.

See:

In particular, the "Visual Studio Team Foundation Server Branching and Merging Guide" provides a good guide (that you can apply to ClearCase as well) for managing branches.

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250