home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-bin / lib / cvs / contrib / readme < prev    next >
Encoding:
Text File  |  1996-10-13  |  5.4 KB  |  117 lines

  1. $CVSid: @(#)README 1.12 94/09/25 $
  2.  
  3. This "contrib" directory is a place holder for code/scripts sent to me
  4. by contributors around the world.  This README file will be kept
  5. up-to-date from release to release.  BUT, we must point out that these
  6. contributions are really, REALLY UNSUPPORTED.  In fact, we probably
  7. don't even know what some of them really do.  We certainly do not
  8. guarantee to have tried them, or ported them to work with this CVS
  9. distribution.  If you have questions, your best bet is to contact the
  10. original author, but you should not necessarily expect a reply, since
  11. the author may not be available at the address given.
  12.  
  13. USE AT YOUR OWN RISK -- and all that stuff.
  14.  
  15. "Unsupported" also means that no one has volunteered to accept and check
  16. in changes to this directory.  So submissions for new scripts to add
  17. here are unlikely to be accepted.  Suggested changes to the existing
  18. scripts here conceivably might, but that isn't clear either, unless of
  19. course they come from the original author of the script.
  20.  
  21. If you have some software that works with CVS that you wish to offer it
  22. is suggested that you make it available by FTP or HTTP and then announce
  23. it on the info-cvs mailing list.
  24.  
  25. There is a web page of software related to CVS at the following URL which
  26. would presumably be willing to list your software.
  27.  
  28.     http://www.loria.fr/~molli/cvs-index.html
  29.  
  30. An attempt at a table of Contents for this directory:
  31.  
  32.     README        This file.
  33.     log        A perl script suitable for including in your
  34.             $CVSROOT/CVSROOT/loginfo file for logging commit
  35.             changes.  Includes the RCS revision of the change
  36.             as part of the log.
  37.             Contributed by Kevin Samborn <samborn@sunrise.com>.
  38.     pcl-cvs        A directory that contains GNU Emacs lisp code which
  39.             implements a CVS-mode for emacs.
  40.             Contributed by Per Cederqvist <ceder@lysator.liu.se>.
  41.     commit_prep    A perl script, to be combined with log_accum.pl, to
  42.     log_accum    provide for a way to combine the individual log
  43.             messages of a multi-directory "commit" into a
  44.             single log message, and mail the result somewhere.
  45.             Can also do other checks for $Id and that you are
  46.             committing the correct revision of the file.
  47.             Read the comments carefully.
  48.             Contributed by David Hampton <hampton@cisco.com>.
  49.     mfpipe        Another perl script for logging.  Allows you to
  50.             pipe the log message to a file and/or send mail
  51.             to some alias.
  52.             Contributed by John Clyne <clyne@niwot.scd.ucar.edu>.
  53.     rcs-to-cvs    Script to import sources that may have been under
  54.             RCS control already.
  55.             Contributed by Per Cederqvist <ceder@lysator.liu.se>.
  56.     cvscheck    Identifies files added, changed, or removed in a
  57.     cvscheck.man    checked out CVS tree; also notices unknown files.
  58.             Contributed by Lowell Skoog <fluke!lowell@uunet.uu.net>
  59.     cvshelp.man    An introductory manual page written by Lowell Skoog
  60.             <fluke!lowell@uunet.uu.net>.  It is most likely
  61.             out-of-date relative to CVS 1.3, but still may be
  62.             useful.
  63.     dirfns        A shar file which contains some code that might
  64.             help your system support opendir/readdir/closedir,
  65.             if it does not already.
  66.             Copied from the C-News distribution.
  67.     rcslock        A perl script that can be added to your commitinfo
  68.             file that tries to determine if your RCS file is
  69.             currently locked by someone else, as might be the
  70.             case for a binary file.
  71.             Contributed by John Rouillard <rouilj@cs.umb.edu>.
  72.     ccvs-rsh    A Perl script which allows "rsh pipelines" to
  73.             be built in order to use Cyclic CVS from
  74.             behind some varieties of firewall.
  75.     cvs_acls    A perl script that implements Access Control Lists
  76.             by using the "commitinfo" hook provided with the
  77.             "cvs commit" command.
  78.             Contributed by David G. Grubbs <dgg@ksr.com>.
  79.     descend        A shell script that can be used to recursively
  80.     descend.man    descend through a directory.  In CVS 1.2, this was
  81.             very useful, since many of the commands were not
  82.             recursive.  In CVS 1.3 (and later), however, most of
  83.             the commands are recursive.  However, this may still
  84.             come in handy.
  85.             Contributed by Lowell Skoog <fluke!lowell@uunet.uu.net>
  86.     cln_hist    A perl script to compress your
  87.             $CVSROOT/CVSROOT/history file, as it can grow quite
  88.             large after extended use.
  89.             Contributed by David G. Grubbs <dgg@ksr.com>
  90.     sccs2rcs    A C-shell script that can convert (some) SCCS files
  91.             into RCS files, retaining the info contained in the
  92.             SCCS file (like dates, author, and log message).
  93.             Contributed by Ken Cox <kenstir@viewlogic.com>.
  94.     intro.doc    A user's view of what you need to know to get
  95.             started with CVS.
  96.             Contributed by <Steven.Pemberton@cwi.nl>.
  97.     rcs2sccs    A shell script to convert simple RCS files into
  98.             SCCS files, originally gleaned off the network
  99.             somewhere (originally by "kenc") and modified by
  100.             Jerry Jelinek <jerry@rmtc.Central.Sun.COM> and
  101.             Brian Berliner <berliner@sun.com> to increase
  102.             robustness and add support for one-level of branches.
  103.     rcs2log        A shell script to create a ChangeLog-format file
  104.             given only a set of RCS files.
  105.             Contributed by Paul Eggert <eggert@twinsun.com>.
  106.      clmerge        A perl script to handle merge conflicts in GNU
  107.             style ChangeLog files .
  108.             Contributed by Tom Tromey <tromey@busco.lanl.gov>.
  109.     listener    A program which listens to a TCP port, authenticates
  110.             by hostname, then runs a subprocess whose input/output
  111.             is redirected through the port.
  112.             Contributed by Benjamin J. Lee <benjamin@cyclic.com>
  113.     patch-2.1-.new-fix
  114.             A fix for GNU Patch version 2.1 which (more) properly
  115.             handles creation of new files.
  116.             Contributed by Greg A. Woods <woods@planix.com>
  117.