info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

checkout without modifying the Entries file


From: Matthew Herrmann
Subject: checkout without modifying the Entries file
Date: Fri, 13 Sep 2002 15:58:08 +1000

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]