=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/client.c,v retrieving revision 1.76 retrieving revision 1.77 diff -c -r1.76 -r1.77 *** src/usr.bin/cvs/client.c 2007/09/07 19:18:41 1.76 --- src/usr.bin/cvs/client.c 2007/09/07 19:36:05 1.77 *************** *** 1,4 **** ! /* $OpenBSD: client.c,v 1.76 2007/09/07 19:18:41 tobias Exp $ */ /* * Copyright (c) 2006 Joris Vink * --- 1,4 ---- ! /* $OpenBSD: client.c,v 1.77 2007/09/07 19:36:05 tobias Exp $ */ /* * Copyright (c) 2006 Joris Vink * *************** *** 398,404 **** cvs_get_repository_path(dir, repo, MAXPATHLEN); ! if (cvs_cmdop != CVS_OP_RLOG) cvs_client_send_request("Directory %s\n%s", dir, repo); (void)xsnprintf(fpath, MAXPATHLEN, "%s/%s", --- 398,406 ---- cvs_get_repository_path(dir, repo, MAXPATHLEN); ! if (cvs_cmdop == CVS_OP_CHECKOUT && strcmp(dir, ".")) ! return; ! else if (cvs_cmdop != CVS_OP_RLOG) cvs_client_send_request("Directory %s\n%s", dir, repo); (void)xsnprintf(fpath, MAXPATHLEN, "%s/%s",