Date: Thu, 10 Aug 2000 13:15:08 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Vikas cc: djgpp AT delorie DOT com Subject: Re: Where are RCS docs? In-Reply-To: <39932C03.B6DF5335@yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 10 Aug 2000, Vikas wrote: > "rcs --help" showed so many commands and when I looked back at /v2gnu > there were no rcs*d.zip at all. CVS has the the docs but where can I > find the help on the commandline help of RCS. The docs for RCS are supplied as man pages. Unfortunately, those man pages were omitted from the binary distribution rcs5713b.zip. You can find them by downloading rcs5713s.zip. Note that the man pages in rcs5713s.zip are unformatted, so you will have to format them somehow. The DJGPP FAQ explains how to do that in section 5.5. Please note that the Version Control package which comes with Emacs supports CVS as well, so if you already have CVS installed, you could use it instead of RCS. The functionality largely overlaps, as long as local repositories are considered (and the DJGPP port of CVS doesn't support remote repository access via Internet anyway).