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


From: Larry Jones
Subject: [Cvs-cvs] Changes to ccvs/src/checkout.c
Date: Fri, 02 Sep 2005 17:51:12 -0400

Index: ccvs/src/checkout.c
diff -u ccvs/src/checkout.c:1.142 ccvs/src/checkout.c:1.143
--- ccvs/src/checkout.c:1.142   Thu May 26 17:48:05 2005
+++ ccvs/src/checkout.c Fri Sep  2 21:51:08 2005
@@ -174,11 +174,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);
@@ -437,10 +435,8 @@
     TRACE (TRACE_FUNCTION, "safe_location( where=%s )",
            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 */
 
     /* set current - even if where is set we'll need to cd back... */
     current = xgetcwd ();




reply via email to

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