bug-cvs
[Top][All Lists]
Advanced

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

FW: CVS update: MODIFIED: src ...


From: Amit Sharma
Subject: FW: CVS update: MODIFIED: src ...
Date: Fri, 25 Oct 2002 20:03:22 +0530

I have a very strange problem and wanted to discuss this with you all.
whenever I try to get the modules from Mac Client from Linux CVS Server I
got the message out of Memory for very large files approximately 18 MB files
but i have enough memory in my system around 512Mb and around 252MB
dedicated RAm for MacCVS I have no problem getting source from Wincvs on
windows Machine Is it a bug in CVS Server or Mac CVS Client to get the Mac
Files From CVS Servers. I am using CVS1.11 Server on all my Linux Servers.
If this is not the appropriate place to post the question Please let me know
where should I post this question so that I can get any help to resolve this
problem

Regards,
Amit Sharma
Quark Media House
Chandigarh


-----Original Message-----
From: dprice@cvshome.org [mailto:dprice@cvshome.org]
Sent: Friday, October 25, 2002 1:25 AM
To: cvs@ccvs.cvshome.org
Subject: CVS update: MODIFIED: src ...


  User: dprice  
  Date: 02/10/24 12:54:59

  Modified:    src      ChangeLog buffer.c
  Log:
  * buffer.c (stdio_buffer_shutdown): Remove the getc() call used to
  detect spurious output from clients since getc() would sometimes
  block and hang indefinately if the client kept the conection open but
  sent no data.  Bug reports state that this hapened frequently with
  older clients connecting to 1.11.2 servers, especially when
  compression is enabled.
  (Original report from Mark D. Baushke <mdb@juniper.net>.
   Original patch from Peter Wemm <peter@freebsd.org>.)
  
  Revision  Changes    Path
  1.2309    +11 -0     ccvs/src/ChangeLog
  
 
http://ccvs.cvshome.org/source/browse/ccvs/src/ChangeLog.diff?r1=1.2308&r2=1
.2309
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/ccvs/src/ChangeLog,v
  retrieving revision 1.2308
  retrieving revision 1.2309
  diff -u -b -r1.2308 -r1.2309
  --- ChangeLog 5 Oct 2002 19:26:06 -0000       1.2308
  +++ ChangeLog 24 Oct 2002 19:54:58 -0000      1.2309
  @@ -1,3 +1,14 @@
  +2002-10-24  Derek Price  <derek@ximbiot.com>
  +
  +     * buffer.c (stdio_buffer_shutdown): Remove the getc() call used to
  +     detect spurious output from clients since getc() would sometimes
  +     block and hang indefinately if the client kept the conection open
but
  +     sent no data.  Bug reports state that this hapened frequently with
  +     older clients connecting to 1.11.2 servers, especially when
  +     compression is enabled.
  +     (Original report from Mark D. Baushke <mdb@juniper.net>.
  +      Original patch from Peter Wemm <peter@freebsd.org>.)
  +
   2002-10-05  Larry Jones  <lawrence.jones@eds.com>
   
        * recurse.c (start_recursion, do_recursion): Allow write locking
  
  
  
  1.20      +1 -2      ccvs/src/buffer.c
  
 
http://ccvs.cvshome.org/source/browse/ccvs/src/buffer.c.diff?r1=1.19&r2=1.20
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: buffer.c
  ===================================================================
  RCS file: /cvs/ccvs/src/buffer.c,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -b -r1.19 -r1.20
  --- buffer.c  20 May 2002 18:27:55 -0000      1.19
  +++ buffer.c  24 Oct 2002 19:54:58 -0000      1.20
  @@ -1392,8 +1392,7 @@
   
       if (buf->input)
       {
  -     if (! buf_empty_p (buf)
  -         || getc (bc->fp) != EOF)
  +     if ( !buf_empty_p (buf) )
        {
   # ifdef SERVER_SUPPORT
            if (server_active)
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@ccvs.cvshome.org
For additional commands, e-mail: cvs-help@ccvs.cvshome.org




reply via email to

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