]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.bin/csup/TODO
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / usr.bin / csup / TODO
1 $FreeBSD$
2
3 BUGS:
4
5 - Fix every XXX in the code :-).
6 - The stream API needs some polishing.  It needs proper error numbers
7   and a stream_error() function similar to the ferror() function.
8 - The yacc/lex code to parse the configuration file is sub-optimal.  It
9   has global variables because of yacc, but I think it should be possible
10   to do it better by using YYFUNC_PROTOTYPE or something.  I think it
11   should also be possible to completely get rid of the lex file.
12 - The $Log$ CVS keyword is not supported.
13 - Add missing support for supfile keywords and add sanity checks for
14   some of them.  Also, we're not supposed to choke on unknown keywords
15   to stay in line with CVSup, which just ignores them in order to
16   maintain compatibility with sup configuration files.
17
18 MISSING FEATURES:
19
20 - Add support for shell commands sent by the server.
21 - Add missing support for various CVSup options : -D, -e and -E (requires
22   shell commands support) and the destDir parameter.
23 - For now, this code should build fine on FreeBSD, NetBSD, OpenBSD,
24   Linux and Darwin.  Solaris support would also be nice at some point.
25 - Implement some new useful options : the ability to generate CVS
26   checkout files (files in CVS/ subdirectores), a command line override
27   to only update a specific collection and a third verbosity level to
28   display commit log messages.