1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
New in 0.2.1:
* cvsrmadm has been removed
* cvsdo can add directories
* cvschroot supports port numbers
* cvsu can ignore soft and hard links
New in 0.2.0:
* cvsu supports file globbing in .cvsignore
* $HOME/.cvsignore, CVSIGNORE environment variable and standard ignores
(such as *.o) are supported
* More verbose error reporting
* cvschroot supports repositories on AFS
New in 0.1.4:
* cvsdo - "CVS Disconnected Operation" is a new script which schedules
files for adding and removing without access to the CVS server
* cvsu detects files removed by "cvs remove"
* cvsco, cvsdiscard and cvspurge exit with code 1 if cvsu exits with
a non-zero code
* cvsu can now process files containing special symbols, such as dollar
signs
New in 0.1.3:
* cvschroot has been rewritten in Perl. Now it modifies CVS/Repository
when needed
* Files added by older CVS versions are identified as such
* NEWS file added
|