File: NEWS

package info (click to toggle)
cvsutils 0.0.20020311-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 248 kB
  • ctags: 34
  • sloc: perl: 686; sh: 354; makefile: 88
file content (21 lines) | stat: -rw-r--r-- 791 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
New in 0.1.5 (not released yet):
* 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