%general-entities; ]> $LastChangedBy$ $Date$ CVS-&cvs-version; CVS Introduction to CVS CVS is the Concurrent Versions System. This is a version control system useful for projects using a central repository to hold files and then track all changes made to those files. These instructions install the client used to manipulate the repository, creation of a repository is covered at . &lfs77_checked; &gcc5_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &cvs-md5sum; Download size: &cvs-size; Estimated disk space required: &cvs-buildsize; Estimated build time: &cvs-time; Additional Downloads Recommended patch: CVS Dependencies Optional , , krb4, (for the GSSAPI libraries), , and an (that provides a sendmail command) CVS will invoke a default text editor to create a commit message if the -m "Commit message" parameter was not used when changes are committed to a repository. CVS looks for the following text editors, in the order shown below, during configuration to determine the default. This default can always be overridden by the CVSEDITOR or EDITOR environment variables and can be specified directly by passing the parameter to the configure script. (for Pico) User Notes: Installation of CVS By default CVS is statically linked against the Zlib library included in its source tree. This makes it exposed to possible security vulnerabilities in that library. If you want to modify CVS to use the system shared Zlib library, apply the following patch: patch -Np1 -i ../cvs-&cvs-version;-zlib-1.patch Now fix some conflicts with newer libraries and programs: sed -i -e 's/getline /get_line /' lib/getline.{c,h} && sed -i -e 's/^@sp$/& 1/' doc/cvs.texinfo && touch doc/*.pdf Install CVS by running the following commands: ./configure --prefix=/usr --docdir=/usr/share/doc/cvs-&cvs-version; && make If you wish to create HTML or text docs from the documentation source files, issue the following command: make -C doc html txt This package does not come with a working test suite. Now, as the root user: make install && make -C doc install-pdf && install -v -m644 FAQ README /usr/share/doc/cvs-&cvs-version; If you created any additional documentation, install it by issuing the following commands as the root user: install -v -m644 doc/*.txt /usr/share/doc/cvs-&cvs-version; && install -v -m755 -d /usr/share/doc/cvs-&cvs-version;/html/cvs{,client} && install -v -m644 doc/cvs.html/* \ /usr/share/doc/cvs-&cvs-version;/html/cvs && install -v -m644 doc/cvsclient.html/* \ /usr/share/doc/cvs-&cvs-version;/html/cvsclient Command Explanations : Use this switch to enable ssh as the default remote shell program. Configuring CVS Config Files ~/.cvsrc, ~/.cvswrappers, and ~/.cvspass. ~/.cvsrc ~/.cvswrappers ~/.cvspass Configuration Information ~/.cvsrc is the main CVS configuration file. This file is used by users to specify defaults for different cvs commands. For example, to make all cvs diff commands run with , a user would add to their .cvsrc file. ~/.cvswrappers specifies wrappers to be used in addition to those specified in the CVSROOT/cvswrappers file in the repository. ~/.cvspass contains passwords used to complete logins to servers. Contents Installed Programs Installed Libraries Installed Directories cvs, cvsbug, and rcs2log None /usr/share/cvs and /usr/share/doc/cvs-&cvs-version; Short Descriptions cvs is the main program file for the concurrent versions system. cvs cvsbug is used to send problem reports about CVS to a central support site. cvsbug rcs2log is a symlink to the contributed RCS to Change Log generator. rcs2log