Install and use cvs nt in Windows

Source: Internet
Author: User
1. Download and install
Http://www.march-hare.com/cvspro/prods.asp? Lang = en
Download the package and install it all the way to next. After installation, you can see the CVs for NT icon in the control panel. 2. Set Environment Variables
Add the cvsnt installation directory in Path
Set the cvsroot environment variable. The default value is the location of the cvsnt repository. 3. run CVs for NT to start or stop the CVS service and CVS lock service. 4. Select the repositories attribute page and set the repository, which is the location of the cvsnt resource library.
Add the location where the cvsnt resource library is added. Here, the location is C:/cvsnt/Repository, And the name is the path name/cvsnt/jeffuse used to access the cvsnt server.
You can also initialize repository in the command line window.
> CVS Init (cvsroot by default) 5. Set the cvs nt user and password
> CVS passwd-r administrator-a test
(Here,-r indicates that it is a Windows user (by default, it is a hybrid verification method that Windows users and cvsnt users coexist, so this option must be set, indicates the user of the cvsnt in windows.)-A indicates the user name .)
After you press enter, you will be prompted to enter the user password to generate a password file without a suffix under the CVS nt resource library directory. The content is as follows:
Test: ikdgkckkriasa: Administrator
Jeffy: ikdgkckkriasa: Administrator 7. Import Project
To put a project under the control of CVs, first go to the directory of the project and remove the files that do not need to be controlled by CVS. After importing the files, move them again.
> Cd E: \ workspace \ appfuse \ jeffuse
> CVS import-M "jeffuse project" jeffuse jeffypan 1
Where:-M indicates that the description of jeffuse is module name, jeffypan is the vendor tag, and 1 is the release tag8. the client connection address is as follows:
: Pserver: test@127.0.0.1:/cvsnt/jeffuse
Check module for jeffuse others: sslsecret can be generated with genkey.exe cvsnt-default.pemthe following URLs can be refered http://www.ttud.com/info/406.htm
Http://www.chedong.com/tech/cvs_card.html

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.