info-cvs
[Top][All Lists]
Advanced

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

Re: CVS Vitrual Project


From: Larry Jones
Subject: Re: CVS Vitrual Project
Date: Mon, 8 Jun 2009 16:04:49 -0400

Rez P writes:
> 
> We're running CVS on a Redhat linux server and our users all use
> Windows machines either using CVS command line or WinCVS or TortoiseCVS.
> I'm not clear on the CVS manual about this.  Is it possible to create
> or have a project in CVS that consists of only files(NO folders or
> subfolders) from other existing projects?

Sort of -- you can do that with the modules file:

        <http://ximbiot.com/cvs/manual/cvs-1.11.23/cvs_18.html#SEC170>

Not everything works as well as you might hope, however.  In particular,
if you do ``update -d'' to pick up new files and directories, you'll
likely get *all* the files in each directory rather than just the ones
selected by the module definition.

> NewProject
>                 File1 (a symlink to $cvsroot/projectXYZ/file1)
>                 File2 (a symlink to 
> $cvsroot/projectFooBar/folder/subfolder/xfile)
>                 .
>                 .
>                 .
>                 File N (a symlink to 
> $cvsroot/project123/folder/subfolder/file123)

This looks more like a mishmash of unrelated stuff than any kind of
coherent project.  Could you be more explicit about exactly what it is
you're trying to do?
-- 
Larry Jones

Moms and reason are like oil and water. -- Calvin




reply via email to

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