source: CMT/v1r25/source/cmt_cvs.h

Last change on this file was 42, checked in by arnault, 19 years ago

Preparing support for projects in CVS - See CL 270

  • Property svn:eol-style set to native
File size: 673 bytes
Line 
1//-----------------------------------------------------------
2// Copyright Christian Arnault LAL-Orsay CNRS
3// arnault@lal.in2p3.fr
4// See the complete license in cmt_license.txt "http://www.cecill.info".
5//-----------------------------------------------------------
6
7#ifndef __cmt_cvs_h__
8#define __cmt_cvs_h__
9
10#include "cmt_system.h"
11
12class Cvs
13{
14public:
15 
16  static void tags (const CmtSystem::cmt_string_vector& arguments);
17  static void branches (const cmt_string& module);
18  static void subpackages (const cmt_string& module);
19  static void subprojects (const cmt_string& module);
20  static void checkout (const CmtSystem::cmt_string_vector& arguments);
21
22};
23
24#endif
Note: See TracBrowser for help on using the repository browser.