info-cvs
[Top][All Lists]
Advanced

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

Re: CVS 1.11.6 on Windows?


From: Mark D. Baushke
Subject: Re: CVS 1.11.6 on Windows?
Date: Tue, 27 May 2003 16:29:53 -0700

Rob Clevenger <address@hidden> writes:

> I just build the 1.11.6 source archive on Windows, and the version
> number is reporting itself as 1.11.5.1.  Is the source archive
> incorrect?

It appears that the tarball has a windows-NT/config.h file that was not
properly updated to use 1.11.6 If you apply the following patch:

Index: windows-NT/config.h
===================================================================
RCS file: /cvs/ccvs/windows-NT/config.h,v
retrieving revision 1.46
diff -u -p -r1.46 config.h
--- windows-NT/config.h 20 Jan 2003 21:58:43 -0000      1.46
+++ windows-NT/config.h 27 May 2003 23:24:39 -0000
@@ -447,4 +447,4 @@ typedef int ssize_t;
  * platforms, like some of the Makefiles are.  That way, there is only one
  * place the version string needs to be updated by hand for a new release.
  */
-#define PACKAGE_STRING "Concurrent Versions System (CVS) 1.11.5.1"
+#define PACKAGE_STRING "Concurrent Versions System (CVS) 1.11.6"

to your sources and rebuild, it should look better.
 
> Also, I had to copy the functions locate_file_in_dir and locate_rcs from
> the src/filesubr.c to windows-NT/filesubr.c to get it to compile.  Has
> this already been fixed, or did I screw something up when trying to
> build it?

No, that looks like it is still a problem in the cvs sources.
(I'd go ahead and fix it, but I don't have a windows box to
test that things would even still compile...)

        -- Mark




reply via email to

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