cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] Changes to ccvs/src/checkout.c [cvs1-11-x-branch]


From: Larry Jones
Subject: [Cvs-cvs] Changes to ccvs/src/checkout.c [cvs1-11-x-branch]
Date: Fri, 02 Sep 2005 15:37:40 -0400

Index: ccvs/src/checkout.c
diff -u ccvs/src/checkout.c:1.107.4.12 ccvs/src/checkout.c:1.107.4.13
--- ccvs/src/checkout.c:1.107.4.12      Mon Jan 31 22:15:10 2005
+++ ccvs/src/checkout.c Fri Sep  2 19:37:33 2005
@@ -175,11 +175,9 @@
                break;
            case 'Q':
            case 'q':
-#ifdef SERVER_SUPPORT
                /* The CVS 1.5 client sends these options (in addition to
                   Global_option requests), so we must ignore them.  */
                if (!server_active)
-#endif
                    error (1, 0,
                           "-q or -Q must be specified before \"%s\"",
                           cvs_cmd_name);
@@ -433,10 +431,8 @@
                        CLIENT_SERVER_STR,
                        where ? where : "(null)");
 
-#ifdef CLIENT_SUPPORT
     /* Don't compare remote CVSROOTs to our destination directory. */
-    if ( current_parsed_root->isremote ) return 1;
-#endif /* CLIENT_SUPPORT */
+    if (current_parsed_root->isremote) return 1;
 
     /* set current - even if where is set we'll need to cd back... */
     current = xgetwd ();




reply via email to

[Prev in Thread] Current Thread [Next in Thread]