Branching for Versioning

This forum is now locked, since Gold Support is no longer offered.

Moderator: SourceGear

Locked
phenderson
Posts: 5
Joined: Fri Mar 17, 2006 9:24 am

Branching for Versioning

Post by phenderson » Wed Jun 21, 2006 8:21 am

Hi,

We need to have multiple versions of our application in order to account for various OS environments. Is branching a suitable means to accomplishing this? Should we have separate repositories instead? Thanks!

dan
Posts: 2448
Joined: Wed Dec 17, 2003 5:03 pm
Location: SourceGear
Contact:

Post by dan » Wed Jun 21, 2006 10:21 am

Branching is the best way to go if you want multiple versions, and want the ability to move changes from one version to another (via the Merge Branches command)

phenderson
Posts: 5
Joined: Fri Mar 17, 2006 9:24 am

Post by phenderson » Wed Jun 21, 2006 10:23 am

So you can select which changes to merge back in as opposed to merging the entire branch?

dan
Posts: 2448
Joined: Wed Dec 17, 2003 5:03 pm
Location: SourceGear
Contact:

Post by dan » Wed Jun 21, 2006 11:01 am

phenderson wrote:So you can select which changes to merge back in as opposed to merging the entire branch?
Yes

You might want to play around with it in a test repository to get a feel for how it works.

Locked