From: | Rudi Chiarito |
Date: | 1 Sep 2000 at 16:13:47 |
Subject: | Re: AMIOPEN: vpcc as a C++ compiler |
On Fri, Sep 01, 2000 at 04:23:13PM +0200, Aaron Optimizer Digulla wrote:
> This sounds like you don't know about CVS import :-) cvs import
I know about CVS import, but CVS (like RCS and Diff) compares files line
by line. So, if just one word changes in a line from 1.12 to 1.13 and I
have changed that line already in the Elate port, there is going to be a
conflict, which CVS asks me to resolve manually. I don't want that to
happen. From Linux, I just unpack the original sources, run ./configure
and then elate-post-configure to make the changes (with sed's help).