info-cvs
[Top][All Lists]
Advanced

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

Re: checking out a module with files from other modules


From: Mark E. Hamilton
Subject: Re: checking out a module with files from other modules
Date: Mon, 20 Aug 2007 08:55:27 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.5) Gecko/20060726 Red Hat/1.0.3-0.el4.1 SeaMonkey/1.0.3

eranlevi wrote:
Hi All,

I'm trying to create configuration (using the CVSROOT/modules file) that
I'll be able to checkout all the files a module need. This module has most
of its files under the module directory in the repository but also has some
files under other modules in the repository.

Try an alias module:

http://ximbiot.com/cvs/manual/cvs-1.11.22/cvs_18.html#SEC160

Assuming your top-level directories are named 'dir1' and 'dir2', and 'dir1' is the one with most of the files, this would do something like what you want.

my_module -a dir1 dir2/other_dir ...

Then

cvs checkout my_module

would put dir/... and dir2/other_dir/... in your working directory.

--
----------------
Mark E. Hamilton
Orion International Technologies, Inc.
Sandia National Laboratory, NM.
505-844-7666





reply via email to

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