Group development Environment (IV.)

Source: Internet
Author: User
Tags manual ftp modify version
The CVS default is almost all installed on the server, just follow the steps below to initialize:
In the/etc/profile:
Primary server settings where the CVS library resides:
Export Cvsroot=/home/cvsroot
In other development servers, set:
Export Cvsroot=:ext: $USER @192.168.0.200:/home/cvsroot
Export CVS_RSH=SSH
Then, on the primary server, CVS init initializes:
For cvsweb settings, repeat the contents of Cvsweb in the following CVS Common Command manual:

Cvsweb Download: Cvsweb from the original version has evolved a lot of functional interface richer version, this is personal feeling installation settings more convenient: http://www.spaghetti-code.de/software/linux/cvsweb/

Download Unpack:
Tar zxf cvsweb.tgz

Put the configuration file cvsweb.conf in a safe place (for example, with Apache configuration in the same directory),

Modify: cvsweb.cgi Let CGI find configuration file:
$config = $ENV {' Cvsweb_config '} '
'/path/to/apache/conf/cvsweb.conf ';
Go to the/path/to/apache/conf and modify the cvsweb.conf:
To modify the Cvsroot path setting:
%cvsroot = (
' Development ' => '/path/to/cvsroot ',
#<== modify point to local cvsroot
);
The default does not show documents that have been deleted:
"Hideattic" => "1", #<== default does not show documents that have been deleted.

In the configuration file cvsweb.conf can also customize the header description information, you can modify $long_intro into the text you need.

The first thing that can be CVS into the library is the installation documentation for the above system.

More extended applications for CVS can refer to the CVS Common command manual Cvstrac section.

6. Resource sharing among multiple services can generally be addressed through links, such as: I want anonymous FTP-shared content (for example, under the/var/ftp/pub directory) to be published on the Web:

Ln-s/var/ftp/pub/home/apache/htdocs/pub

I hope the documents in/usr/share/doc can be browsed through the Web:

Ln-s/usr/share/doc/home/apache/htdocs/doc

I want Web publishing to be accessible through Windows network neighbors: Suppose/home/share is a read-only shared path to Samba publishing:

Ln-s/home/apache/htdocs/home/share

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.