diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-11 18:38:41 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-11 18:38:41 +0000 |
commit | 3221adb21b385c7a2bf877d37afa24516a154221 (patch) | |
tree | a7a475b51c49dc667146ce852afa2c67fb611b87 /net/Makefile | |
parent | 754a2d44860aef3cffdb95c80128d788b0bbb8a5 (diff) | |
download | ports-3221adb21b385c7a2bf877d37afa24516a154221.tar.gz ports-3221adb21b385c7a2bf877d37afa24516a154221.zip |
cvsupchk is a python script that checks a CVSup maintained directory hierarchy
against the corresponding CVSup checkouts file. It looks for a number of
anomalies: missing checked out files, deleted files being present, extra RCS
files, 'dead' directories being present and so on.
PR: ports/88587
Submitted by: Matthias Andree <matthias.andree@gmx.de>
Notes
Notes:
svn path=/head/; revision=147963
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 12045fc189ad..d8dac687fcad 100644 --- a/net/Makefile +++ b/net/Makefile @@ -86,6 +86,7 @@ SUBDIR += cvsup SUBDIR += cvsup-mirror SUBDIR += cvsup-without-gui + SUBDIR += cvsupchk SUBDIR += cvsync SUBDIR += cyphesis SUBDIR += danamics |