What is the difference between “cvs update” and “cvs -n update”?
I couldn’t understand the difference between them.
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.
The difference is that
does an actual update, while
simulates an update and won’t change anything on disk. It will only show which files would be updated if you did an actual update.
Quoting the CVS documentation (for version 1.12.13):