Ian Boyd
Ian Boyd

Reputation: 256731

How to merge branches in VSS?

i'm trying to merge a branch in Visual SourceSafe 6.

Here you see the bug in the 'main line' code base:

alt text

A hotfix branch was created, and the file was fixed:

alt text

Now it's time to merge the hotfix back into the main line development. i select the file i want to merge, and hit the SourceSafeMerge Branches... menu option:

alt text

With the merge complete, i confirm that the main line now contains the hotfix, which it does not:

alt text

So what is the proper technique to merge branches in Visual SourceSafe 6?

Upvotes: 2

Views: 5031

Answers (2)

Tony Dong
Tony Dong

Reputation: 3313

Select the file in trunk, execute merge branches, in the dialog, select branch file, click merge.

Upvotes: 0

Dave Costa
Dave Costa

Reputation: 48121

Select the file you want to merge into, i.e. the mainline file. Then execute Merge Branches. In the dialog, select the file you want to merge from, i.e. the hotfix file.

Upvotes: 3

Related Questions