I have a app that requires both a 32 and 64 bit versions to be compiled. Most of the files in the projects will be the same, but a few will be unique to the version. I want to share most of the files and only branch those that require uniqueness.
According to the documentation:
I shared the folder that contains the files between the two versions and then tried branching the files that will need to be unique, however I am getting an error when trying to branch files:Copy Branch
A Copy Branch allows you to branch any file or folder, whether it is shared or not. For more information, please see Branch Items.
To open the Branch dialog box select a file or folder then either:
· From the Source menu, select Branch
· Select Branch on the Toolbar
Specify a folder/file name
Select a folder in the tree to place the branched version, and if desired, provide a new name for the copy of the file.
[2/22/2010 12:43:07 PM] Beginning transaction
[2/22/2010 12:43:07 PM] Item $/32-bit/ArchiveService/ArchiveService.vbproj caused the transaction to fail: An item with the same name or object id already exists in the selected folder.
[2/22/2010 12:43:07 PM] Transaction failed
How can I branch the file w/o branching the entire folder?
Thank you for your help.
--Frank Prevatt