At 05:11 AM 10/12/00, Mike Morris wrote:
This is an excellent candidate for a branch. I would branch the sources and
make the temporary change in the branch. The "real" change can then be made
on the main line. This permits the change to be archived in the Perforce
repository at the same time it does not clutter your main code with
quick-fix junk.
I agree completely. I'd branch the whole code line into my
sandbox. I'd occasionally do an integration from the main
line to my branch, so I wouldn't have an integration nightmare
when it was time to move the changes back to the main line.
The cost to be paid is in the size of the db.have file. Big,
fast disks. Say it to yourself. Say it to your manager.
Less expensive by far than one project that gets delayed a week
because developers don't have a proper place to work.