[BACK]Return to cvsintro.7 CVS log [TXT][DIR] Up to [local] / src / usr.bin / cvs

Diff for /src/usr.bin/cvs/cvsintro.7 between version 1.5 and 1.6

version 1.5, 2005/01/11 08:26:45 version 1.6, 2005/04/12 20:11:07
Line 158 
Line 158 
 .Sh USING CVS TO MANAGE A REPOSITORY  .Sh USING CVS TO MANAGE A REPOSITORY
 Software developers may wish to use  Software developers may wish to use
 .Xr cvs 1  .Xr cvs 1
 and  
 .Xr cvsd 8  
 to manage their own software projects.  to manage their own software projects.
 Here we look at an example usage:  Here we look at an example usage:
 providing remote access to a small group of developers  providing remote access to a small group of developers
Line 210 
Line 208 
 .Pa $CVSROOT/CVSROOT ,  .Pa $CVSROOT/CVSROOT ,
 filled with files concerned with the management of the repository.  filled with files concerned with the management of the repository.
 .Pp  .Pp
 After initialisation, the CVS daemon,  
 .Xr cvsd 8 ,  
 has to be started to provide a means of access and management  
 to the repository.  
 The following example shows the arguments required to start  
 .Xr cvsd 8  
 with our example repository,  
 .Dq projects :  
 .Pp  
 .Dl # cvsd -p -r /cvs/projects  
 .Pp  
 In the above example, the  
 .Fl p  
 option was also used to ensure there were no problems with file permissions.  
 .Pp  
 Configuration variables, such as the root directory of the CVS repository,  
 can be specified in the configuration file  
 .Xr cvsd.conf 5 .  
 See also  
 .Xr cvsd 8  
 for more information on running and configuring the CVS daemon.  
 .Pp  
 Thereafter, access will have to be arranged for  Thereafter, access will have to be arranged for
 developers participating in the project.  developers participating in the project.
 This typically means providing SSH access via  This typically means providing SSH access via
Line 241 
Line 217 
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr cvs 1 ,  .Xr cvs 1 ,
 .Xr rcs 1 ,  .Xr rcs 1 ,
 .Xr cvsd.conf 5 ,  
 .Xr cvsrc 5 ,  .Xr cvsrc 5 ,
 .Xr cvsd 8 ,  
 .Xr sshd 8  .Xr sshd 8
 .Sh HISTORY  .Sh HISTORY
 The OpenCVS project is a BSD-licensed rewrite of the original  The OpenCVS project is a BSD-licensed rewrite of the original

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6