00001 #ifndef __cmt_cvs_h__ 00002 #define __cmt_cvs_h__ 00003 00004 #include "cmt_system.h" 00005 00006 class Cvs 00007 { 00008 public: 00009 00010 static void tags (const CmtSystem::cmt_string_vector& arguments); 00011 static void branches (const cmt_string& module); 00012 static void subpackages (const cmt_string& module); 00013 static void checkout (const CmtSystem::cmt_string_vector& arguments); 00014 00015 }; 00016 00017 #endif