Tracking > Version Control - Multitech RouteFinder RF850 User Manual

Multi-tech routefinder rf850: user guide
Hide thumbs Also See for RouteFinder RF850:
Table of Contents

Advertisement

Tracking > Version Control
These settings are the configuration management system settings. All configuration files can be saved in a
repository in a CVS server. There are fields for setting the IP address of CVS server, user name, password, and
the repository path. The corresponding user account and the directory structure should be created on the CVS
server.
CVS Settings
User Name
Enter the name of the user for whom the account will be created.
Password
Enter the password for this user.
IP Address
Enter the IP address of the server where the account for the user will be created.
Repository
Enter the repository path in the server where the files can be checked in.
Examples
How to Create the CVS Server
Use a repository name of TEST (the repository name should always be in capital letters).
1.
Let the path to the repository be: /usr/local/cvs
2.
3.
Create a repository in the server using the command: cvs -d/usr/local/TEST init
Note:
4.
Configuring the CVS Server
Add a group "CVS" to the system. Any user who needs to access the repository should be
1.
in this group.
Change the directory to /usr/local/cvs and set the repository's ownership and permissions
2.
as you want them to be for this group.
3.
Then change the permissions of the CVSROOT directory to ug+rwx.
Now create the directory TEST under usr/local/cvs.
4.
Setting Up a CVS Password Authentication Server
Make sure the lines "cvspserver 2401/tcp" and "cvspserver 2401/udp" are present in:
1.
/etc/xinetd.d
2.
3.
Add a file named "cvspserver" containing the following information:
service cvspserver
4.
{
disable = no
flags = stream
wait = no
user = root
server = /usr/bin/cvs
server_args = -f --allow-root=/usr/local/cvs pserver
log_on_failure += USERID
log_type = FILE /root/bin/temp
}
Restart xinetd
Multi-Tech Systems, Inc. RouteFinder RF850/860 User Guide (PN S000400E)
A new directory cvsroot will be created under /usr/local/cvs.
Chapter 6 – RouteFinder Software
Tracking > Version Control
107

Advertisement

Table of Contents
loading

This manual is also suitable for:

Routefinder rf860

Table of Contents