I have a branch called 'Patch1' which was created off the main trunk's module called 'test',
e.g. cvs rtag -b Patch1 test cvs co -d Patch1_files -r Patch1 test So I am working on the Patch1 branch and make changes to it. Then suddenly on the main trunk, a new file 'file.c' is added and thus all the branches need to be updated with this new file. How will I do this? Would I have to use the brute force method, i.e. manually copy 'file.c' from the trunk's directory to all the branches and do a 'cvs add file.c' on them all? Danial. _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
