mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
0666033fc8
- Trim Makefile headers - Change to new options framework - Add LICENSE
21 lines
550 B
Plaintext
21 lines
550 B
Plaintext
CVSU: CVS Utilites
|
|
|
|
The idea of CVS Utilities is to facilitate working with the files in
|
|
the working directory of a developer using CVS.
|
|
|
|
cvsu: cvs update offline
|
|
cvsco: cruel checkout
|
|
cvsdiscard: discard local changes
|
|
cvsdo: simulates some of the CVS commands
|
|
cvspurge: make maintainer-clean
|
|
cvsdiff: cvs diff offline
|
|
cvschroot: change CVS/Root recursively
|
|
|
|
The original author of CVSU is:
|
|
Tom Tromey <tromey@cygnus.com>
|
|
|
|
Currently CVSU is maintained by:
|
|
Pavel Roskin <proski@gnu.org>
|
|
|
|
WWW: http://www.red-bean.com/cvsutils/
|