Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Dec 2004 00:10:22 +0900
From:      Choy Kho Yee <khoyee@tf7.so-net.ne.jp>
To:        Giorgos Keramidas <keramida@ceid.upatras.gr>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: checking out from cvs without cvs info?
Message-ID:  <41C053DE.9000300@tf7.so-net.ne.jp>
In-Reply-To: <20041215132913.GB51173@orion.daedalusnetworks.priv>
References:  <41C038CE.5060801@tf7.so-net.ne.jp> <20041215132913.GB51173@orion.daedalusnetworks.priv>

next in thread | previous in thread | raw e-mail | index | archive | help
Giorgos Keramidas wrote:
> On 2004-12-15 22:14, Choy Kho Yee <khoyee@tf7.so-net.ne.jp> wrote:
> 
>>Hi, for a certain reason I need to check out sources for one of my
>>programs from the local CVS repository, without the "CVS" folder in
>>every directory but just my source files. How can I do that?
> 
> 
> There are multiple ways to do that.
> 
> 1) Check out as usual, then delete all the CVS/ stuff:
> 
> 	% cvs -d /cvs/repo checkout module
> 	% find module -type d -name CVS | xargs rm -fr
> 
> 2) Use the `export' command and a specific tag/version:
> 
> 	% cvs export -rHEAD module
> 

Thanks for the tips. Now I learned one new thing with CVS :)

---
Choy Kho Yee



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41C053DE.9000300>