Merge Branchs, but ignore some files

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

Moderator: SourceGear

Locked
ajj3085
Posts: 228
Joined: Thu Feb 16, 2006 11:39 am

Merge Branchs, but ignore some files

Post by ajj3085 » Fri Feb 02, 2007 11:51 am

Hi,

Is there a way to merge branches, but specify files to ignore?

Specifically, I don't want to merge any .sln files; these are not changed ever in maintenance except to point to the correct location in source control, and merging them will cause development to point to the wrong location in source control for development code.

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

Post by Beth » Fri Feb 02, 2007 2:47 pm

There is nothing in the tool that will let you just omit the files you want to from a branch.

Your options are:

1) Within the wizard, do not select the .sln files.
2) After the wizard, undo the changes/checkout of the .sln files.

You could also just perform the merge on the subfolders or be more granular about it rather than selecting the highest level folders to merge in order to avoid the .sln files.

ajj3085
Posts: 228
Joined: Thu Feb 16, 2006 11:39 am

Post by ajj3085 » Fri Feb 02, 2007 2:51 pm

I think i'll just use option 1, seems a bit easier.

Thanks
Andy

Locked