w3reference home
CVS Tutorial


Bookmark and Share

CVS_options

We have seen the general syntax of a CVS command. There we had cvs_options. So, what are they? These are the options that ask a specified to perform a specific task. For example, to display the function of a particular CVS command. Below is the list of all the options.
cvs_option description
-H Displays usage information for the command but does not execute it. If the command name is not specified, a summary of all the commands is displayed.
-Q Causes CVS to be really quite. Only serious problems will be reported.
-q Causes CVS to be somewhat quite. Informational messages, e.g. reports of recursion through subdirectories, are suppressed.
-r Makes checked out files read only. It has the same effect as if the CVSREAD environment variable is set.
-w Make checked-out files read-write. Files are created read-write by default unless and until specified.
-l Turn history logging off. The command is executed but it is not logged in the history.
-n Do not execute anything that will change the disk. The file is not changed. The command is executed but but only to issue reports. Changes such as remove, update, or merge any existing files, or create any new files are not executed.
-t Show trace of program execution. It shows the steps of the activity. Used mostly with -n to explore the potential of an unfamiliar command.
-v CVS version and copyright information of the CVS command.
-b bindir Find RCS programs in 'bindir'. It overrides the setting of the $RCSBIN environment variable and any precompiled directory. This value should be specified as an absolute pathname.
-e editor Use 'editor' for editing log information. It overrides the setting of the $EDITOR environment variable
-d CVS_root Overrides $CVSROOT as the root of the CVS tree. This value should be specified as an absolute pathname.
Code Validator
Learn FTP
Color finder
Link Checker
Free web designs
Coming soon!
Interview Questions...
'w3reference : Learn by examples ... Advanced to beginner's tutorials ...'
Ajax: AJAX tutorial1 | Apache: Apache HTTP Server | Restarting Apache | CSS: CSS Border | CSS Syntax | CSS Selector | CSS Comment | CVS: CVS Release | CVS Login | CVS Logout | CVS Annotate | Databases: Rolap Tutorial | OLAP Tutorial | OLTP Tutorial | data warehousing | Expect: HTML: html | Linux: Dot (.) conf files | Linux Mount Point | Linux Filesystem | SSH Tutorial | Linux Commands: cal | cat | cfdisk | chroot | MySQL: MySQL Commands | PHP: PHP Basics | PHP Variables | PHP Output (echo/print) | PHP String Concat | PL/SQL: PL/SQL Data Types | PL/SQL Control Structures | PL/SQL File Extensions | PL/SQL DBMS_OUTPUT package | Python: My first Python program | Shell: Starting Bash | Bash Redirection | Bash Pipes | Bash Variables | SQL: SQL Transactions | SQL Constraints | SQL Drop | SQL Union & Union All | SVN: svn architecture | SVN Repository | SVN Import | SVN Checkout | Tech: soap | Web Designing: Web Hosting | HTML/XHTML/CSS code validator | Learn FTP | Search Engine Optimization Tips | www: XML: XML vs HTML | XML Syntax | XML Tags, Elements and Attributes | XML Namespaces |
Sitemap | Disclaim | Privacy Policy | Contact | ©2007-2009 w3reference.com All Rights Reserved.