X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f X-Authentication-Warning: kendall.sfbr.org: jeffw set sender to jeffw AT darwin DOT sfbr DOT org using -f Date: Mon, 29 Apr 2002 13:40:21 -0500 From: JT Williams To: djgpp AT delorie DOT com Subject: Re: version control packages for dos Message-ID: <20020429184021.GA1098@kendall.sfbr.org> Mail-Followup-To: djgpp AT delorie DOT com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.27i 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 -: Consider this sample of invocation : -: ci ..\RCS\foo.c foo.c -: ci: ..\rcs\RCS/foo.c : no such file or directory -: ci: RCS\foo.c : no such file or directory I have been using the djgpp port of rcs for some time, with no problems. However, I have never tried to archive "outside" of the current working directory, as you do here; instead, every directory I want under rcs control has a file `rcs' that contains a single line (the full path to the repository for the current directory), e.g., % pwd /hackery/djlfn/src % cat rcs /dev/e/cvs/djlfn/src.rcs Note the `.rcs' prefix on the repository name. With this setup I have had no trouble.