/[cvs]/ccvs/doc/cvs.texinfo
ViewVC logotype

Diff of /ccvs/doc/cvs.texinfo

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.661 by scjones, Fri Sep 9 16:56:20 2005 UTC revision 1.662 by scjones, Fri Sep 9 17:25:18 2005 UTC
# Line 14559  Currently defined keywords are: Line 14559  Currently defined keywords are:
14559  Request that @sc{cvs} look for its history information in files matching  Request that @sc{cvs} look for its history information in files matching
14560  @var{pattern}, which is a standard UNIX file glob.  If @var{pattern} matches  @var{pattern}, which is a standard UNIX file glob.  If @var{pattern} matches
14561  multiple files, all will be searched in lexicographically sorted order.  multiple files, all will be searched in lexicographically sorted order.
14562  See @xref{history} and @xref{history file}, for more.  @xref{history}, and @ref{history file}, for more.
14563    
14564  If no value is supplied for this option, it defaults to  If no value is supplied for this option, it defaults to
14565  @file{$CVSROOT/CVSROOT/history}.  @file{$CVSROOT/CVSROOT/history}.
# Line 14581  subdirectory (@file{history}) of the con Line 14581  subdirectory (@file{history}) of the con
14581  with a name equal to the current date representation in the ISO8601 format (for  with a name equal to the current date representation in the ISO8601 format (for
14582  example, on May 11, 2005, @sc{cvs} would attempt to log its history under the  example, on May 11, 2005, @sc{cvs} would attempt to log its history under the
14583  repository root directory in a file named @file{CVSROOT/history/2005-05-11}).  repository root directory in a file named @file{CVSROOT/history/2005-05-11}).
14584  See @xref{history} and @xref{history file}, for more.  @xref{history}, and @ref{history file}, for more.
14585    
14586  If no value is supplied for this option, it defaults to  If no value is supplied for this option, it defaults to
14587  @file{$CVSROOT/CVSROOT/history}.  @file{$CVSROOT/CVSROOT/history}.
# Line 14754  The default is @samp{yes}.  For more on Line 14754  The default is @samp{yes}.  For more on
14754  @cindex temporary directory, set in config  @cindex temporary directory, set in config
14755  @item TmpDir=@var{path}  @item TmpDir=@var{path}
14756  Specify @var{path} as the directory to create temporary files in.  Specify @var{path} as the directory to create temporary files in.
14757  @xref{Global options} for more on setting the path to the temporary  @xref{Global options}, for more on setting the path to the temporary
14758  directory.  This option first appeared with @sc{cvs} release 1.12.13.  directory.  This option first appeared with @sc{cvs} release 1.12.13.
14759    
14760  @cindex TopLevelAdmin, in CVSROOT/config  @cindex TopLevelAdmin, in CVSROOT/config
# Line 15004  command interpreter and defaults to @sc{ Line 15004  command interpreter and defaults to @sc{
15004  @cindex temporary file directory, set via environment variable  @cindex temporary file directory, set via environment variable
15005  @cindex temporary files, location of  @cindex temporary files, location of
15006  @item $TMPDIR  @item $TMPDIR
15007  Directory in which temporary files are located.  @xref{Global options} for  Directory in which temporary files are located.
15008  more on setting the temporary directory.  @xref{Global options}, for more on setting the temporary directory.
15009    
15010  @cindex CVS_PID, environment variable  @cindex CVS_PID, environment variable
15011  @item $CVS_PID  @item $CVS_PID
# Line 15445  logged in as "root".  (You can disable t Line 15445  logged in as "root".  (You can disable t
15445  On some systems this means editing the appropriate @file{config.h} file  On some systems this means editing the appropriate @file{config.h} file
15446  before building @sc{cvs}.)  before building @sc{cvs}.)
15447    
15448    @item cvs [server aborted]: Secondary out of sync with primary!
15449    
15450    This usually means that the version of @sc{cvs} running on a secondary
15451    server is incompatible with the version running on the primary server
15452    (@pxref{Write proxies}).
15453    This will not occur if the client supports redirection.
15454    
15455    It is not the version number that is significant here, but the list of
15456    supported requests that the servers provide to the client.
15457    For example, even if both servers were the same version,
15458    if the secondary was compiled with GSSAPI support and the primary was not,
15459    the list of supported requests provided by the two servers
15460    would be different and the secondary would not work as a transparent
15461    proxy to the primary.
15462    Conversely, even if the two servers were radically different versions
15463    but both provided the same list of valid requests to the client,
15464    the transparent proxy would succeed.
15465    
15466  @item Terminated with fatal signal 11  @item Terminated with fatal signal 11
15467  This message usually indicates that @sc{cvs} (the server, if you're  This message usually indicates that @sc{cvs} (the server, if you're
15468  using client/server mode) has run out of (virtual) memory.  using client/server mode) has run out of (virtual) memory.
# Line 15548  vi $* Line 15566  vi $*
15566  exit 0  exit 0
15567  @end example  @end example
15568    
 @item cvs [server aborted]: Secondary out of sync with primary!  
   
 This usually means that the version of @sc{cvs} running on a secondary server  
 and a primary server (@pxref{Write proxies}) are not the same.  This will not  
 occur if the client support redirection.  
   
 It is not the version number that is significant here, but the list of  
 supported requests that the servers provide to the client.  Thus, if the  
 secondary was compiled with GSSAPI support and the primary was not, then the  
 list of supported requests provided by the two servers will be different and  
 the secondary will not work as a transparent proxy to the primary.  Conversely,  
 one server could be version 1.12.10 and the other version 1.12.11 if they both  
 provided the same list of valid requests to the client.  
   
15569  @c "warning: foo was lost" and "no longer pertinent" (both normal).  @c "warning: foo was lost" and "no longer pertinent" (both normal).
15570  @c Would be nice to write these up--they are  @c Would be nice to write these up--they are
15571  @c potentially confusing for the new user.  @c potentially confusing for the new user.

Legend:
Removed from v.1.661  
changed lines
  Added in v.1.662

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26