Branching

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

Moderator: SourceGear

Locked
Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Post by Beth » Fri Jul 13, 2007 7:37 am

Is this a web project or some other type?
Is it page references, or is it pulling the code from the wrong area of the tree?

jeremy_sg
Posts: 1821
Joined: Thu Dec 18, 2003 11:39 am
Location: Sourcegear
Contact:

Post by jeremy_sg » Mon Jul 16, 2007 7:58 am

As a recommendation, you might want to branch CommonLib as well for each branch. You may eventually make changes to that library for a future version of trunk, and those changes would break the build of an older branch.

As for your current problem, you will need to make a change to your solution file to have it point to the correct location. Another option would be to put another folder level under trunk, so that 1.1 and trunk are at the same path relative to CommonLib.

Locked