=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/client.c,v retrieving revision 1.17 retrieving revision 1.18 diff -c -r1.17 -r1.18 *** src/usr.bin/cvs/client.c 2006/11/09 09:24:28 1.17 --- src/usr.bin/cvs/client.c 2006/11/09 14:00:14 1.18 *************** *** 1,4 **** ! /* $OpenBSD: client.c,v 1.17 2006/11/09 09:24:28 xsa Exp $ */ /* * Copyright (c) 2006 Joris Vink * --- 1,4 ---- ! /* $OpenBSD: client.c,v 1.18 2006/11/09 14:00:14 xsa Exp $ */ /* * Copyright (c) 2006 Joris Vink * *************** *** 236,242 **** cvs_client_initlog(); ! cvs_client_send_request("Root %s", current_cvsroot->cr_dir); resp = client_get_supported_responses(); cvs_client_send_request("Valid-responses %s", resp); --- 236,243 ---- cvs_client_initlog(); ! if (cvs_cmdop != CVS_OP_INIT) ! cvs_client_send_request("Root %s", current_cvsroot->cr_dir); resp = client_get_supported_responses(); cvs_client_send_request("Valid-responses %s", resp);