CVS server on Ubuntu 6.0.6

Source: Internet
Author: User
  1. Edit/etc/APT/sources. List
    Sudo VI/etc/APT/sources. List

     

    Uncomment the following two lines:
    DebHttp://cn.archive.ubuntu.com/ubuntu/Dapper universe
    Deb-Src
    Http://cn.archive.ubuntu.com/ubuntu/Dapper universe

     

    Uncomment the following two lines: update package:
    Sudo apt-Get update

  2. Install CVS
    Install CVS files:
    Sudo apt-Get install CVS 

     

    Install CVS server:
    Sudo apt-apt install CVSD
    When prompted in the CVSD Installation Process for repository, type in"/Cvsroot".

  3. Configure CVS
    Goto/var/lib/CVSD and build the cvsroot:
    Sudo CVSD-buildroot/var/lib/CVSD 

     

    Create the folder cvsroot:
    Sudo mkdir cvsroot

    And then initilize the Repository
    Sudo CVS-D/var/lib/CVSD/cvsroot init
    Sudo chown-r CVSD: CVSD cvsroot

    Create a user and password:
    Sudo CVSD-passwd/var/lib/CVSD/cvsroot + Justin

    And then change the auth type:
    Sudo VI/var/lib/CVSD/cvsroot/config
    Uncomment the"Systemauto = No"Line.

  4. Test it
    CVS-D: pserver: Justin @ localhost:/cvsroot Login
    CVS-D: pserver: Justin @ localhost:/cvsroot checkout.
  5. Done

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.