cvs update -dP

cvs update -dP

autor Vijay Kumar Adhikari -
Počet odpovědí: 2
(Sorry, if this not the proper forum to ask this question)
I am using cvs to manage my server. Sometimes I want to test or debug something and so I make changes in some files. When I try to upgrade my installation using 'cvs update -dP', the modified files are not upgraded to the latest copy available. Can someone tell me what options should I use so that cvs updates the modified files as well?

TIA
Průměr hodnocení: -
V odpovědi na Vijay Kumar Adhikari

Re: cvs update -dPC

autor Martin Dougiamas -
Obrázek: Core developers Obrázek: Documentation writers Obrázek: Moodle HQ Obrázek: Particularly helpful Moodlers Obrázek: Plugin developers Obrázek: Testers
CVS does update the modified files ... it actually merges your changes with any updates from the CVS repository. Normally this is the best feature of using CVS for your Moodle server.

To overwrite all local copies with fresh repository copies use the -C option