I would like to do the following but I am
confused as to how to go about it...
In summary, import source (GCC) from two vendors
but with a new twist.
- first import source from vendor1 and in the
process create a repository for the source (this
step no problem)
- next, create a branch and import the source
from the second vendor, vendor2 into this branch
After the import, check-in the imported source as
the latest version without merging. Source from
vendor2 may not have the same layout as vendor1.
cvs import command has the -b option and this forces
the branch no. to be 1.1.3. Also, after the import, it
forces a merge.
What is the right way of doing this ?
Thanks
sathish