cvsrc description

git-svn-id: https://svn.fhem.de/fhem/trunk@22 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
pest
2007-02-17 15:32:59 +00:00
parent f9e53b2def
commit 2c1a9c21cf

View File

@@ -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.