summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
2005-07-01|| should && instead ...Xavier Santolaria
2005-07-01more output tweaks in server mode ..Xavier Santolaria
2005-07-01fix output when using in server mode; more to come ... ok jorisXavier Santolaria
2005-07-01- plug memleak in cvs_file_getdir().Joris Vink
2005-06-30remove CF_KNOWN flag and move the CVS_FST_UNKNOWN check above theJoris Vink
2005-06-30missing method checks in pre_exec handler.Joris Vink
2005-06-30add missing method check in pre_exec handler ... spotted by joris@.Xavier Santolaria
2005-06-30missing \n in server-side output;Xavier Santolaria
2005-06-30daemon leftoversJoris Vink
2005-06-28send the date (-D) here too ..Xavier Santolaria
2005-06-28- add `rtag' command usageXavier Santolaria
2005-06-28send date;Xavier Santolaria
2005-06-28- fix commands usageXavier Santolaria
2005-06-25match output with the one from GNU cvs.Joris Vink
2005-06-17correctly build a temporary copy of the client its repositoryJoris Vink
2005-06-17when pruning don't try to remove any directories outsideJoris Vink
2005-06-17- add missing option in the command usageXavier Santolaria
2005-06-17#define CVS_EX_ERR -1Xavier Santolaria
2005-06-16.Xr cvsintro(7); ok joris jmcXavier Santolaria
2005-06-16match gnu/usr.bin/cvs error msg output on bad CVSROOT error; ok jorisXavier Santolaria
2005-06-15add descritpion of the watch/watchers commands;Xavier Santolaria
2005-06-14finish pruning support, this has been sittingJoris Vink
2005-06-14missing closedir() on error path; ok joris xsaPatrick Latifi
2005-06-13move the CVSROOT check earlier in the process, this way we get theXavier Santolaria
2005-06-13`export' command first bits .. ok jorisXavier Santolaria
2005-06-11clearify empty lines and comments in the cvsrc file.Joris Vink
2005-06-10if the remote end doesn't support a version request,Joris Vink
2005-06-10unused variable.Joris Vink
2005-06-10instead of opening and closing the entry file all theJoris Vink
2005-06-10allow comments in the cvsrc file.Joris Vink
2005-06-09-D implies pruning directories, as already does -r; ok jorisXavier Santolaria
2005-06-09manpage nits.Joris Vink
2005-06-09LP_ERR -> LP_ABORT to match gnu/usr.bin/cvs output; okay joris@.Xavier Santolaria
2005-06-09don't forget to close entfile in cvs_file_getspec().Joris Vink
2005-06-09remove useless cvsd leftovers.Joris Vink
2005-06-07don't forget to call cvs_disconnect() at the endJoris Vink
2005-06-07silly me. do not abuse the copy/paste skills i have ...Xavier Santolaria
2005-06-07enable -P option .. joris@ okXavier Santolaria
2005-06-07add the -P option in the checkout example; ok jmc@ joris@.Xavier Santolaria
2005-06-07remove ancient and unused CVS define. it was a leftover fromJoris Vink
2005-06-07cvs_path_cat() already sets errno, no need to duplicate.Xavier Santolaria
2005-06-07only display the ``cannot open ./CVS/Entries'' error message whenXavier Santolaria
2005-06-05* introduce cvs_putchar(), to output a single character to stdout.Joris Vink
2005-06-02remove unneeded error reporting when using cvs_path_cat(), theJoris Vink
2005-06-02make cvs_printf() a bit smarter, so it can be called without havingJoris Vink
2005-06-02be gone unused init handler.Joris Vink
2005-06-02handle commands which do not have any init callback a bitJoris Vink
2005-06-02- set LP_ABORT log level when action is abored by user instead of LP_ERRXavier Santolaria
2005-06-02revert cvs_noexec checks commit, requested by jfb@.Xavier Santolaria
2005-06-01missed these in previous commits.Joris Vink