cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] ccvs/doc ChangeLog cvs.texinfo stamp-vti versio...


From: Larry Jones
Subject: [Cvs-cvs] ccvs/doc ChangeLog cvs.texinfo stamp-vti versio...
Date: Wed, 26 Mar 2008 20:02:09 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Changes by:     Larry Jones <scjones>   08/03/26 20:02:09

Modified files:
        doc            : ChangeLog cvs.texinfo stamp-vti version.texi 

Log message:
        merge changes from cvs1-11-x-branch

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ccvs/doc/ChangeLog?cvsroot=cvs&r1=1.986&r2=1.987
http://cvs.savannah.gnu.org/viewcvs/ccvs/doc/cvs.texinfo?cvsroot=cvs&r1=1.706&r2=1.707
http://cvs.savannah.gnu.org/viewcvs/ccvs/doc/stamp-vti?cvsroot=cvs&r1=1.209&r2=1.210
http://cvs.savannah.gnu.org/viewcvs/ccvs/doc/version.texi?cvsroot=cvs&r1=1.211&r2=1.212

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cvs/ccvs/doc/ChangeLog,v
retrieving revision 1.986
retrieving revision 1.987
diff -u -b -r1.986 -r1.987
--- ChangeLog   11 Mar 2008 00:33:10 -0000      1.986
+++ ChangeLog   26 Mar 2008 20:02:08 -0000      1.987
@@ -1,3 +1,10 @@
+2008-03-26  Larry Jones  <address@hidden>
+
+       * cvs.texinfo (Password authentication server): Add example
+       shell script.
+       (Error messages): Add "out of memory".
+       * stamp-vti, version.texi: Regenerated.
+
 2008-03-10  Mark D. Baushke  <address@hidden>
 
        * cvs.texinfo (config): Document the IgnoreUnknownConfigKeys

Index: cvs.texinfo
===================================================================
RCS file: /cvsroot/cvs/ccvs/doc/cvs.texinfo,v
retrieving revision 1.706
retrieving revision 1.707
diff -u -b -r1.706 -r1.707
--- cvs.texinfo 11 Mar 2008 00:33:10 -0000      1.706
+++ cvs.texinfo 26 Mar 2008 20:02:08 -0000      1.707
@@ -2656,11 +2656,21 @@
 used in conjunction and both options may be repeated to
 allow access to multiple @sc{cvsroot} directories and
 classes of directories.
-(Unfortunately, many versions of @code{inetd} have very small
+Unfortunately, many versions of @code{inetd} have very small
 limits on the number of arguments and/or the total length
 of the command.  The usual solution to this problem is
 to have @code{inetd} run a shell script which then invokes
address@hidden with the necessary arguments.)
address@hidden with the necessary arguments:
+
address@hidden
+#! /bin/sh
+exec /usr/local/bin/cvs -f \
+     --allow-root=/repo1 \
+     --allow-root=/repo2 \
+     ...
+     --allow-root=/address@hidden \
+     pserver
address@hidden example
 
 If your @code{inetd} wants a symbolic service
 name instead of a raw port number, then put this in
@@ -16313,6 +16323,17 @@
 Note that using @samp{tag -f} to not require tag matches did not and
 does not override this check (@pxref{Common options}). 
  
address@hidden cvs address@hidden aborted]: out of memory
+There is insufficient (virtual) memory available to continue.
+In client/server mode, the problem is almost certainly on the server
+rather than the client;
+see @ref{Server requirements} for memory estimates.
+Many systems have limits on the amount of virtual memory that a
+single process can use, so a process can run out of virtual memory
+long before the system itself has run out.
+The method of increasing the per-process limits varies depending
+on the operating system.
+
 @item *PANIC* administration files missing
 This typically means that there is a directory named
 @sc{cvs} but it does not contain the administrative files

Index: stamp-vti
===================================================================
RCS file: /cvsroot/cvs/ccvs/doc/stamp-vti,v
retrieving revision 1.209
retrieving revision 1.210
diff -u -b -r1.209 -r1.210
--- stamp-vti   30 Jan 2008 16:49:54 -0000      1.209
+++ stamp-vti   26 Mar 2008 20:02:08 -0000      1.210
@@ -1,4 +1,4 @@
address@hidden UPDATED 28 January 2008
address@hidden UPDATED-MONTH January 2008
address@hidden UPDATED 26 March 2008
address@hidden UPDATED-MONTH March 2008
 @set EDITION 1.12.13.1
 @set VERSION 1.12.13.1

Index: version.texi
===================================================================
RCS file: /cvsroot/cvs/ccvs/doc/version.texi,v
retrieving revision 1.211
retrieving revision 1.212
diff -u -b -r1.211 -r1.212
--- version.texi        30 Jan 2008 16:49:54 -0000      1.211
+++ version.texi        26 Mar 2008 20:02:09 -0000      1.212
@@ -1,4 +1,4 @@
address@hidden UPDATED 28 January 2008
address@hidden UPDATED-MONTH January 2008
address@hidden UPDATED 26 March 2008
address@hidden UPDATED-MONTH March 2008
 @set EDITION 1.12.13.1
 @set VERSION 1.12.13.1




reply via email to

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