Suppose you want to checkout “branch_name” branch of directory “directory_name” in CVS from scratch. Here is how to do it:
cvs login 
cvs co -r branch_name directory_nameIf you want to switch to a specific branch with update:
cvs update -r branch_name![How to display/print nth line in Linux Command Line [Quick Tip]](/wp-content/uploads/2012/01/Terminal-icon-shell-linux-unix-150x150.png)

![How to copy all the content of a directory in Unix without “cp: omitting directory” error [Quick Tip]](/wp-content/plugins/related-posts-by-zemanta/static/thumbs/6.jpg)

![How to change a NULL column to NOT NULL and vice versa in SQL [Quick Tip]](/wp-content/plugins/related-posts-by-zemanta/static/thumbs/14.jpg)