The Open Source Swiss Army Knife

/programmingToolBox/
/programmingToolBox/ + sub-categories
http://www.sirfsup.com/
web directory content
    
      

Not logged in
Chat Register Login
return to:  http:/www.sirfsup.com      /programmingToolBox 
Permalink: CVSserver.htm
Title: cvs server administration and configuration -- not for end users
article options : please login   |  print view

see cvs.htm for just using cvs

setting up an cvs server -- anonymous or not

  1. links
  2. first steps

links

  1. http://www.durak.org/cvswebsites/doc/cvs_30.php: this document documents how to set up the server from an administration perspective, not from a user perspective

first steps

  1. export CVSROOT=/tmp/cvsroot
  2. chown cvs /tmp/cvsroot
  3. chmod ug+rwx /tmp/cvsroot
  4. chmod o-rwx /tmp/cvsroot
  5. cvs init
  6. cd $HOME/howto/foobar
  7. cvs import lcgi speigle start
    used to put your sources into the cvs repository
(#6) poster : anonymous date: 2010-06-03

just soem more bullshit

(#6) poster : anonymous date: 2010-02-14

just soem more bullshit


Leave a Reply
Your Name:     anonymous
Your Email:
Website:  
Comments:

The author will be notified of your reply.
return to top