> How do I merge all the changes in the main trunk > into my branch on selected files in my module > all at once. I can do them one at a time by typing > in the version number of the tip revision in > the trunk. But is there a "branch tag" that > represents the main trunk? Yes, the HEAD represents the main trunk. cvs update -j HEAD Regards, Glen Starrett