How to create base build and two simultaneously child builds?

Posted by thoughts on Stack Overflow See other posts from Stack Overflow or by thoughts
Published on 2010-03-22T10:34:02Z Indexed on 2010/03/22 10:41 UTC
Read the original article Hit count: 247

Using visual source safe,

How to create a base build and on top of that two inherited new child builds of c# project.

Base Build - Base Project - Base source version. [Should be able to modify source file and it reflacts in child builds]

  1. Child Build - First Project
  2. Child Build - Second Project

I can able to modify individual source code of both child builds and also base build.

If i change base build any source file then it should reflact to child build also.

Is this possible with VSS? if yes how can i achieve it

If any other source control provide this kind of facility then let me know.

© Stack Overflow or respective owner

Related posts about vss

Related posts about version-control