I have access to a code repository in CVS. How do I download the code from remote server to my local machine via command line (DOS prompt) on Windows XP machine? I have CVS client installed so am able to run cvs from DOS prompt.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Execute
from the directory where you want to store your code.
Above, blah is the URL for your repository. Alternatively, you can use checkout which is a synonym for get.