CMTDownload

You can download the sources of the version v1r12p20020411 of CMT or prebuilt binaries for some plateforms :

OSF1 (OSF1 V4.0 878 alpha - cxx)
Linux (Linux 2.2.13 i686 - g++)
HP-UX (HP-UX B.10.20 A 9000/735 - aCC)
Sun (SunOS papou1 5.7 Generic sun4u sparc SUNW,Ultra-4)
VisualC (NT4.0 - Visual C++)
LynxOS-PowerPC (LynxOS 2.5.1 PowerPC - g++)

The C++ version of the CVS plugin for CMT

The original version of the CVS plugin for CMT is implemented in shell script. However, in some cases, the performance issues impose to use a compiled version instead. This is particularly appropriate when the repository is accessed through any CVS server mechanism, sinc in this case, the only one machine accesses the repository.

Here you can download the sources of this C++ implementation. This is a CMT package that must be built and installed as follows:


(1)  retreiving the plugin sources 

> [ fetch the tar file ]
> uncompress cmtcvsv1.tar.Z
> tar xvf cmtcvsv1.tar

(2)  building the pluggin 

> cd cmtcvs/v1/cmt
> cmt config
> source setup.[c]sh
> gmake

(3)  installing the pluggin into CVS 

> mkdir cmtcvsinfos
> cd cmtcvsinfos
> cvs import -m "Installing the CVS pluggin" .cmtcvsinfos CMT v1
> cd ../
> rmdir cmtcvsinfos
> cvs co CVSROOT 
> cd CVSROOT
> vi loginfo
...
.cmtcvsinfos (<absolute location of the pluggin>/cmtcvs.exe %s)

   example at CERN:

.cmtcvsinfos (/afs/cern.ch/sw/contrib/CMT/cmtcvs/v1/Linux/cmtcvs.exe %s)

> cvs commit -m "Installing the CVS pluggin for CMT"
> cd ../
> cvs release -d CVSROOT

                  

The changes for this version


Last modified: Tue Nov 13 16:50:34 CET 2001