Re: CVS Vitrual Project
Larry Jones <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
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