[BACK]Return to TODO CVS log [TXT][DIR] Up to [local] / src / usr.bin / cvs

Annotation of src/usr.bin/cvs/TODO, Revision 1.3

1.3     ! jfb         1: OpenCVS 0.2 TODO
        !             2:
        !             3: Missing commands
        !             4: ================
        !             5: Implementing the missing commands is mostly a job of copying the code from
        !             6: the working commands and changing some of the requests to be sent.
        !             7:
        !             8: Specific file handling
        !             9: ======================
        !            10: Right now, commands are only working when not specifying files on the
        !            11: command line.  cvs_file_getspec() needs to be implemented to load only
        !            12: a specific list of files along with the directory hierarchy for those
        !            13: files.
        !            14:
        !            15: Multiple server support
        !            16: =======================
        !            17: This is close to working but we need to put something like pre- and post-
        !            18: recursion handlers for cvs_file_examine() so we can send one command
        !            19: per root connection instead of one global command at the end.
        !            20:
        !            21: Client-daemon protocol
        !            22: ======================
        !            23: I have not yet given too much thought to this.  Any suggestions would be
        !            24: welcome.