Not quite. It would appear you are missing some information such as line
numbers and more. It also looks like it is backwards. You are removing
lines that do not exist.
Go to the directory where your local working copy of BasePeer lives.
Type cvs diff BasePeer.java (or cvs diff -u BasePeer.java, I am not clear
on all the options).
The entire resulting output is important.
And do not forget to include the diffs for the rest of the files that need
to change.
John McNally
----- Original Message -----
From: fanyun <[EMAIL PROTECTED]>
To: Turbine <[EMAIL PROTECTED]>
Sent: Thursday, August 17, 2000 4:02 AM
Subject: Change to BasePeer
> Hi, John:
>
> Here is the diff for BasePeer:
>
> < int braceplace = columnName.indexOf('(');
> < if(braceplace == -1) file://not find
> < {
> < fromClause.add(columnName.substring(0,columnName.indexOf('.') ));
> < }
> < else
> < {
> <
>
fromClause.add(columnName.substring(braceplace+1,columnName.indexOf('.') ));
> < }
> ---
> >
>
>
fromClause.add(columnName.substring(0,columnName.indexOf('.') ));
>
>
> I wish this is what you called cvs diff.
>
>
>
> Regards
>
> fanyun
>
>
> > ----- Original Message -----
> > From: "John McNally" <[EMAIL PROTECTED]>
> > To: "Turbine" <[EMAIL PROTECTED]>
> > Sent: Wednesday, August 16, 2000 12:57 AM
> > Subject: Re: a change to BasePeer.
> >
> >
> > > Can you send cvs diffs?
> > >
>
>
>
>
> ------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
> Problems?: [EMAIL PROTECTED]
>
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]