Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

Cvs Class Reference

#include <cmt_cvs.h>

List of all members.

Static Public Methods

void tags (const CmtSystem::cmt_string_vector& arguments)
 At the second pass, the lines are really handled. More...

void branches (const cmt_string& module)
void subpackages (const cmt_string& module)
void checkout (const CmtSystem::cmt_string_vector& arguments)


Member Function Documentation

void Cvs::branches ( const cmt_string & module ) [static]
 

Definition at line 1810 of file cmt_cvs.cxx.

Referenced by Cmt::do_cvsbranches().

01811 {
01812   CvsImplementation cvs;
01813 
01814   cvs.branches (module);
01815 }

void Cvs::checkout ( const CmtSystem::cmt_string_vector & arguments ) [static]
 

Definition at line 1824 of file cmt_cvs.cxx.

Referenced by Cmt::do_checkout().

01825 {
01826   CvsImplementation cvs;
01827 
01828   cvs.checkout (arguments);
01829 }

void Cvs::subpackages ( const cmt_string & module ) [static]
 

Definition at line 1817 of file cmt_cvs.cxx.

Referenced by Cmt::do_cvssubpackages().

01818 {
01819   CvsImplementation cvs;
01820 
01821   cvs.subpackages (module);
01822 }

void Cvs::tags ( const CmtSystem::cmt_string_vector & arguments ) [static]
 

At the second pass, the lines are really handled.

Thus the lines are stored into m_installed so as to avoid later on re-installation.

Definition at line 1803 of file cmt_cvs.cxx.

Referenced by Cmt::do_cvstags().

01804 {
01805   CvsImplementation cvs;
01806 
01807   cvs.tags (arguments);
01808 }


The documentation for this class was generated from the following files:
Generated at Thu Apr 11 16:50:39 2002 for CMT by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000