*** cvs-1.11\src\root.c~ Thu Jul 27 15:28:36 2000 --- cvs-1.11\src\root.c Sun Feb 4 17:00:34 2001 *************** *** 369,375 **** CVSroot_method = ((strchr (cvsroot_copy, ':')) #ifdef RSH_NOT_TRANSPARENT ! ? server_method #else ? ext_method #endif --- 369,375 ---- CVSroot_method = ((strchr (cvsroot_copy, ':')) #ifdef RSH_NOT_TRANSPARENT ! ? (getenv("CVS_RSH") ? ext_method : server_method) #else ? ext_method #endif