[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

3. Getting started

This document assumes that you know what CVS is, and that you at least know the fundamental concepts of CVS. If that is not the case you should read the man page for CVS.

Pcl-cvs is only useful once you have checked out a module. So before you invoke it you must have a copy of a module somewhere in the file system.

You can invoke pcl-cvs by typing M-x cvs-examine RET. If your emacs responds with `[No match]' your system administrator has not installed pcl-cvs properly. Try M-x load-library RET pcl-cvs RET. If that also fails, talk to your system administrator. If it succeeds you might put this line in your `.emacs' file so that you don't have to type the `load-library' command every time you wish to use pcl-cvs:

 
(autoload 'cvs-examine "pcl-cvs" nil t)

The function cvs-examine will ask for a directory. The command `cvs -n update' will be run in that directory. (It should contain files that have been checked out from a CVS archive.) The output from cvs will be parsed and presented in a table in a buffer called `*cvs*'. It might look something like this:

 
PCL-CVS release XXRELEASEXX.

CVSROOT directory: /usr/CVSroot
Working directory: /users/ceder/FOO/test


In directory .:
           Updated                bar
           Updated                file.txt
           Modified   ci          namechange
           Updated                newer

In directory sub:
           Modified   ci          ChangeLog

--------------------- End ---------------------

In this example, your repository is in `/usr/CVSroot' and CVS has been run in the directory `/users/ceder/FOO/test'. The three files (`bar', `file.txt' and `newer') that are marked with `Updated' have been copied from the CVS repository to `/users/ceder/FOO/test/' since someone else has checked in newer versions of them. Two files (`namechange' and `sub/ChangeLog') have been modified locally, and need to be checked in.

You can move the cursor up and down in the buffer with C-n and C-p or n and p. If you press c on one of the `Modified' files that file will be checked in to the CVS repository. See section 5.6 Committing changes. You can press x to get rid of the "uninteresting" files that have only been `Updated' (and don't require any further action from you).

You can also easily get a `diff' between your modified file and the base version that you started from, and you can get the output from `cvs log' and `cvs status' on the listed files simply by pressing a key (see section 5.8 Getting info about files).


[ << ] [ >> ]           [Top] [Contents] [Index] [ ? ]

This document was generated by XEmacs shared group account on December, 19 2009 using texi2html 1.65.