diff --git a/cvs_direct.c b/cvs_direct.c --- a/cvs_direct.c +++ b/cvs_direct.c @@ -126,7 +126,7 @@ CvsServerCtx * open_cvs_server(char * p_ send_string(ctx, "Root %s\n", ctx->root); /* this is taken from 1.11.1p1 trace - but with Mbinary removed. we can't handle it (yet!) */ - send_string(ctx, "Valid-responses ok error Valid-requests Checked-in New-entry Checksum Copy-file Updated Created Update-existing Merged Patched Rcs-diff Mode Mod-time Removed Remove-entry Set-static-directory Clear-static-directory Set-sticky Clear-sticky Template Set-checkin-prog Set-update-prog Notified Module-expansion Wrapper-rcsOption M E F MT\n", ctx->root); + send_string(ctx, "Valid-responses ok error Valid-requests Checked-in New-entry Checksum Copy-file Updated Created Update-existing Merged Patched Rcs-diff Mode Mod-time Removed Remove-entry Set-static-directory Clear-static-directory Set-sticky Clear-sticky Template Set-checkin-prog Set-update-prog Notified Module-expansion Wrapper-rcsOption M E F\n", ctx->root); send_string(ctx, "valid-requests\n"); @@ -894,6 +894,7 @@ char * cvs_rlog_fgets(char * buff, int b } else if (strcmp(lbuff, "ok") == 0 ||strcmp(lbuff, "error") == 0) { + debug(DEBUG_TCP, "cvs_direct: rlog: got command completion"); return NULL; } diff --git a/cvsps.1 b/cvsps.1 --- a/cvsps.1 +++ b/cvsps.1 @@ -3,7 +3,7 @@ CVSps \- create patchset information from CVS .SH SYNOPSIS .B cvsps -[-h] [-x] [-u] [-z ] [-g] [-s ] [-a ] [-f ] [-d [-d ]] [-l ] [-b ] [-r [-r ]] [-p ] [-v] [-t] [--norc] [--summary-first] [--test-log ] [--bkcvs] [--no-rlog] [--diff-opts