Remove xetla pkg
[packages] / xemacs-packages / pcl-cvs / README
1 PCL-CVS is a front-end to CVS.  It integrates the most
2 frequently used CVS commands into emacs.
3
4 For VC users, PCL-CVS can be thought of as a VC-dired specially designed
5 for CVS.  PCL-CVS is not a replacement for VC and is supposed to interact well
6 with it.  It provides a global view of your project and allows execution
7 of cvs commands on several files at a time.
8
9 This release of PCL-CVS requires Elib version 1.0 or newer.  Elib is no
10 longer distributed with PCL-CVS, since that caused too much confusion.
11 You can get Elib from <URL:ftp://ftp.gnu.org/pub/emacs/elib-1.0.tar.gz>,
12 or of course from any GNU FTP mirror site.  You might also find a copy
13 of Elib where you found this copy of PCL-CVS (see below for the primary
14 site).
15
16 You might also want to check out some other `recommended' packages which
17 are not necessary for PCL-CVS, but will probably prove useful:
18 - VC (bundled with Emacs) provides access to CVS commands from a file's buffer,
19   which is sometimes more convenient than going back to PCL-CVS' buffer.
20 - diff-mode (used to be part of PCL-CVS) to better use `cvs diff' output.
21   Can be found at <URL:ftp://rum.cs.yale.edu/pub/monnier/misc>
22 - simple-merge-mode allows a very light weight support for resolving
23   conflicts.  It can be found at the same place as diff-mode.
24
25 See the file INSTALL for installation instructions.
26
27 Full (but not up-to-date) documentation is in pcl-cvs.texi.
28 A preformatted info file is also included (pcl-cvs.info).
29
30 If you have been using a previous version of PCL-CVS (for instance
31 1.02 which is distributed with CVS 1.3) you should read through the
32 file NEWS to see what has changed.
33
34 Up-to-date versions of this package can be found here:
35
36         ftp://rum.cs.yale.edu/pub/monnier/pcl-cvs/
37
38
39                                 Stefan Monnier
40
41
42 #ident @(#)v2_9_9:README,v 1.5 2000/03/03 20:58:08 monnier Exp