Re: checkout without modifying the Entries file

2002-09-13 Thread Frederic Brehm
At 01:58 AM 9/13/2002, Matthew Herrmann wrote: 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

checkout without modifying the Entries file

2002-09-12 Thread Matthew Herrmann
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