From 7214e1770a2e96b419d20ee36bbfaa3915feb319 Mon Sep 17 00:00:00 2001 From: pest <> Date: Sat, 17 Feb 2007 15:32:59 +0000 Subject: [PATCH] cvsrc description git-svn-id: https://svn.fhem.de/fhem/trunk@22 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/README.CVS | 8 ++++++++ 1 file changed, 8 insertions(+) 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.