info-cvs
[Top][All Lists]
Advanced

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

Re: checkout without modifying the Entries file


From: Greg A. Woods
Subject: Re: checkout without modifying the Entries file
Date: Fri, 13 Sep 2002 12:28:05 -0400 (EDT)

[ On Friday, September 13, 2002 at 15:58:08 (+1000), Matthew Herrmann wrote: ]
> Subject: checkout without modifying the Entries file
>
> 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

Copies of releases are best created with "cvs export -kv"

-- 
                                                                Greg A. Woods

+1 416 218-0098;            <address@hidden>;           <address@hidden>
Planix, Inc. <address@hidden>; VE3TCP; Secrets of the Weird <address@hidden>




reply via email to

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