w3reference home
CVS Tutorial


Bookmark and Share

The history Command

The history command displays information about files and end users. CVS maintains a history file, where it logs the use of commands, such as checkout, commit, release, rtag, and update. These commands display the information stored in the history file.

The history command cannot function without options. It also requires partial file names in the form of substrings, instead of complete file names. It matches all file names containing the given substring and displays information pertaining to them. For example, to view the data pertaining to the my_project module, the syntax is:
$ cvs history –m my_project

various options that you can use with the history command:

Option Description
-c Reports when each times the commit command are used.
-e Displays all record types.
-m Displays report of a specific module.
-o Displays report of checked-out modules.
-T Displays report on all tags.
-l Displays data pertaining to the most recent event in a project.
-n Displays data pertaining to the most recent event. This is different from events happening within a module. For example, if a file is updated within a module, the file is affected.
-p Displays data pertaining to a given directory within a repository.


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.