slackbuilds/development/CVSTools
Willy Sudiarto Raharjo 628d8ea02a development/CVSTools: Switch to https.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2017-08-12 20:45:05 +07:00
..
CVSTools.SlackBuild various: Replace chmod command with find command from template. 2013-11-25 13:11:59 +01:00
CVSTools.info development/CVSTools: Switch to https. 2017-08-12 20:45:05 +07:00
README development/CVSTools: Moved from System category 2011-12-21 23:53:57 -06:00
slack-desc development/CVSTools: Switch to https. 2017-08-12 20:45:05 +07:00

README

The CVSTools provide a simple project versioning system built upon CVS
which is used by all PADL software.  These tools are also required to
build NetInfo for Linux and our commerial software.  The following scripts
are included in CVSTools:

checkpoint
Based on Apple's checkpoint program, this creates Perl program the
CVSVersionInfo.txt file for a work area (when invoked with -create).  To
checkpoint (i.e. increment the version number and create a CVS tag) type
checkpoint with no arguments, or with the new version number as an
argument.

cvslib.pl
Common library functions used by some of these scripts for getting the
repository and project names.  One can override CVSVersionInfo.txt
location with the CVSVERSIONDIR environment variable, which is useful for
nested source trees where one wishes to pull in the top level version info
for the project name, and the current directory name for the program.

tarup
Executes cvs export and then creates a tarball in
~/dist/project-version.tar.gz.

vers_string
Equivalent of OS X's /usr/bin/vers_string, instead using
CVSVersionInfo.txt the repository and project names.