bug-cvs
[Top][All Lists]
Advanced

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

Re: cvs watch on does not work


From: Larry Jones
Subject: Re: cvs watch on does not work
Date: Mon, 6 May 2002 12:06:21 -0400 (EDT)

Stephen Rasku writes:
> 
> Are you going to release a source patch or a new version.  I 
> anticipate a lot of people will complain about this.

There will be a new release eventually.  Remember that interim releases
are less well tested than official releases, so you should expect to run
into a few problems from time to time.  Here's a source patch for those
who want it:

Index: server.c
===================================================================
RCS file: /cvs/ccvs/src/server.c,v
retrieving revision 1.273
retrieving revision 1.274
diff -u -r1.273 -r1.274
--- server.c    11 Feb 2002 18:49:33 -0000      1.273
+++ server.c    3 May 2002 17:20:48 -0000       1.274
@@ -3712,7 +3712,7 @@
 serve_watch_on (arg)
     char *arg;
 {
-    do_cvs_command ("watch_on", watch_on);
+    do_cvs_command ("watch", watch_on);
 }
 
 static void serve_watch_off PROTO ((char *));
@@ -3721,7 +3721,7 @@
 serve_watch_off (arg)
     char *arg;
 {
-    do_cvs_command ("watch_off", watch_off);
+    do_cvs_command ("watch", watch_off);
 }
 
 static void serve_watch_add PROTO ((char *));
@@ -3730,7 +3730,7 @@
 serve_watch_add (arg)
     char *arg;
 {
-    do_cvs_command ("watch_add", watch_add);
+    do_cvs_command ("watch", watch_add);
 }
 
 static void serve_watch_remove PROTO ((char *));
@@ -3739,7 +3739,7 @@
 serve_watch_remove (arg)
     char *arg;
 {
-    do_cvs_command ("watch_remove", watch_remove);
+    do_cvs_command ("watch", watch_remove);
 }
 
 static void serve_watchers PROTO ((char *));

-Larry Jones

These things just seem to happen. -- Calvin



reply via email to

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