Phil Labonte [mailto:[EMAIL PROTECTED] wrote: > Is this possible? > > Or can I create a new project that contains files from a > combination of > other projects? Yes, to both.
You can manually check out files from multiple projects simultaneously: cvs co project1 project2 project3 You can also create a CVS module that contains other modules; see "ampersand modules" in the manual: http://www.cvshome.org/docs/manual/cvs-1.11.10/cvs_18.html#SEC160 -- Jim Hyslop Senior Software Designer Leitch Technology International Inc. (<http://www.leitch.com/>) Columnist, C/C++ Users Journal (<http://www.cuj.com/experts>) _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
