Hi All, I've developed a release script which is version controlled, and which checks out and compiles a particular version of the product:
ie cvs co proj cd proj release PROJ_V_1_1_1 which does: cvs co -rPROJ_V_1_1_1 -d%TEMP%\proj_temp cd %TEMP%\proj_temp build the problem is that since the checkout happened inside the project folder, the temp directory gets added to the entries folder and cvs tries to update the temp folder whenever the project folder gets updated. i'd rather not use "cvs export" because i like the idea of the release script updating version numbers based on the sticky tag. is there a way to get around this apart from temporarily renaming the CVS folder to pretend we're not in a checked out folder? Regards, Matthew Herrmann -------------------------------------- Far Edge Technology Level 11, 80 Mount St North Sydney NSW 2060 Australia Ph: 02 9955 3640 Mob: 0404 852 537 _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
