aboutsummaryrefslogtreecommitdiff
path: root/net/cvsupchk
Commit message (Collapse)AuthorAgeFilesLines
* - Support file names that contains blanksRong-En Fan2006-11-082-2/+18
| | | | | | | | | PR: ports/105264 Submitted by: Rudolf Cejka, Brno University of Technology, Brno, Czech Republic Approved by: Matthias Andree (maintainer) Notes: svn path=/head/; revision=176885
* cvsupchk is a python script that checks a CVSup maintained directory hierarchyPav Lucistnik2005-11-112-0/+43
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: svn path=/head/; revision=147963