info-cvs
[Top][All Lists]
Advanced

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

Re: CVS and multiple platforms - version conflicts, features available e


From: ADFH
Subject: Re: CVS and multiple platforms - version conflicts, features available etc.
Date: Tue, 14 Jan 2003 17:53:10 +1100

After several helpful comments from people here, and a bit of digging
around, have been examining 1.11.4 from cvshome.org as well as the
source package from Debian for 1.11.2...

Have noticed something .. in the Debian 1.11.2 source package, there is
a patch file which adjusts server.c's handling of watch statements..

Is the following a problem with the patch in the debian 1.11.2 package,
or a problem inherent with 1.11.2 - and would either necessitate an
upgrade to 1.11.4 (which isn't available as a package for debian yet)?

For example - server.c exerpt
-----------------------------
serve_watch_add (arg)
    char *arg;
{
    do_cvs_command ("watch_add", watch_add);
}

Patch file 10_watch_on_pserver exerpt
-------------------------------------
@@ -3732,7 +3732,7 @@
 serve_watch_add (arg)
     char *arg;
 {
-    do_cvs_command ("watch_add", watch_add);
+    do_cvs_command ("watch", watch_add);
 }

... would this have anything to do with the following?

Example session
---------------
$ cvs watch add -R -a all *
cvs watch: warning: directory CVS specified in argument
cvs watch: but CVS uses CVS for its own purposes; skipping CVS directory
cvs [server aborted]: unknown command: watch_add
cvs [watch aborted]: end of file from server (consult above messages if any)





reply via email to

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