summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/TODO
blob: 8d09a4f3a4d81595b0c8b052c3c2297ce5c4bfcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
OpenCVS 0.2 TODO

Missing commands
================
Implementing the missing commands is mostly a job of copying the code from
the working commands and changing some of the requests to be sent.

Specific file handling
======================
Right now, commands are only working when not specifying files on the
command line.  cvs_file_getspec() needs to be implemented to load only
a specific list of files along with the directory hierarchy for those
files.

Multiple server support
=======================
This is close to working but we need to put something like pre- and post-
recursion handlers for cvs_file_examine() so we can send one command
per root connection instead of one global command at the end.

Client-daemon protocol
======================
I have not yet given too much thought to this.  Any suggestions would be
welcome.