diff --git a/fhem/README.CVS b/fhem/README.CVS index 2e547eebb..c5f9b1af9 100644 --- a/fhem/README.CVS +++ b/fhem/README.CVS @@ -55,3 +55,11 @@ cvs commit . # Check which files were changed. Type ^C when it asks you to really release it. # (is there a more elegant way?) cvs release . + +# We recommend to set some options in our ~/.cvsrc file: +cvs -q +update -d +# The 'cvs -q' option will suppress some output e.g. during update +# only the updated and unknown files etc. are displayed (not every +# folder etc.). +# The 'update -d' will automatically create folders as required.