=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/import.c,v retrieving revision 1.107 retrieving revision 1.108 diff -c -r1.107 -r1.108 *** src/usr.bin/cvs/import.c 2017/05/28 17:11:34 1.107 --- src/usr.bin/cvs/import.c 2017/06/01 08:08:24 1.108 *************** *** 1,4 **** ! /* $OpenBSD: import.c,v 1.107 2017/05/28 17:11:34 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * --- 1,4 ---- ! /* $OpenBSD: import.c,v 1.108 2017/06/01 08:08:24 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * *************** *** 127,133 **** logmsg = cvs_logmsg_create(NULL, NULL, NULL, NULL); } ! if (current_cvsroot->cr_method != CVS_METHOD_LOCAL) { cvs_client_connect_to_server(); cvs_client_send_request("Argument -b%s", IMPORT_DEFAULT_BRANCH); --- 127,133 ---- logmsg = cvs_logmsg_create(NULL, NULL, NULL, NULL); } ! if (cvsroot_is_remote()) { cvs_client_connect_to_server(); cvs_client_send_request("Argument -b%s", IMPORT_DEFAULT_BRANCH);