From: andyp AT parallax DOT co DOT uk (Andy Piper) Subject: Fully working cvs client/server on NT: UPDATE 21 Nov 1997 01:30:10 -0800 Message-ID: <3.0.1.32.19971120131751.009572e0.cygnus.gnu-win32@mailhost> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: info-cvs AT prep DOT ai DOT mit DOT edu, gnu-win32 AT cygnus DOT com Oops, The patch I posted to options.h.in should look like the following. This only affects you if you were building cvs for the client as well as the server. andy *** options.h.in 1997/11/18 13:52:10 1.1 --- options.h.in 1997/11/18 14:00:31 *************** *** 252,260 **** --- 252,267 ---- * start again. You may override the default hi/low watermarks here * too. */ + + #ifndef __CYGWIN32__ #define SERVER_FLOWCONTROL #define SERVER_HI_WATER (2 * 1024 * 1024) #define SERVER_LO_WATER (1 * 1024 * 1024) + #endif + + #ifdef __CYGWIN32__ + #define LINES_CRLF_TERMINATED 1 + #endif /* End of CVS configuration section */ ___ ____ Dr Andy Piper / _ \___ ________ _/ / Solutions_ (require 'disclaimer) / ___/ _ `/ __/ _ `/ / / _ `/\ \ / andyp AT parallax DOT co DOT uk /_/ \_,_/_/ \_,_/_/_/\_,_//_\_\ boot /vmemacs - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".