[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference smurf::buildhelp

Title:USG buildhelp questions/answers
Moderator:SMURF::FILTER
Created:Mon Apr 26 1993
Last Modified:Mon Jan 20 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2763
Total number of notes:5802

1013.0. "problems with bdiff in ptos" by SMURF::FILTER (Automatic Posting Software - mail to flume::puck) Wed Oct 19 1994 15:26

Date Of Receipt: 	19-OCT-1994 13:26:23.09
From: 	QUARRY::tomp "Tom Peterson USG  19-Oct-1994 1323"
To: 	odehelp@DEC:.zko.quarry
CC: 	tomp@DEC:.zko.quarry
Subj: 	problems with bdiff in ptos

I have bco'd a file in the ptos pool, made changes, & bci'd the
file again, adding history comments as needed.  However, when I
do a bdiff -r$NEW on the file, it ignores the previous revision
to the file and pretends that my submit was the 1st (ie - the
diff contains the entire file).  This occurs with the following
two Makefiles:

./usr/ccs/lib/libext/Makefile
./usr/shlib/libext/Makefile

Both of these were added in platinum before my changes.  The other
files I am changing do not have this problem with the bdiffs.  Any
idea what's up?

thanks,
- Tom

T.RTitleUserPersonal
Name
DateLines
1013.1Re: problems with bdiff in ptosSMURF::FILTERAutomatic Posting Software - mail to flume::puckWed Oct 19 1994 15:2812
Date Of Receipt: 	19-OCT-1994 13:51:48.93
From: 	FLAMBE::johnf "John Flanagan USG Test Johnf Tools Group  19-Oct-1994 1348"
To: 	Tom Peterson (USG) <tomp@DEC:.zko.flambe>
CC: 	odehelp@DEC:.zko.flambe
Subj: 	Re: problems with bdiff in ptos

Tom,

Try it again.  I think I found a problem with the definition of NEW.

John

1013.2Re: problems with bdiff in ptosSMURF::FILTERAutomatic Posting Software - mail to flume::puckWed Oct 19 1994 15:2819
Date Of Receipt: 	19-OCT-1994 13:56:30.55
From: 	QUARRY::tomp "Tom Peterson USG  19-Oct-1994 1353"
To: 	John Flanagan <johnf@DEC:.zko.quarry>
CC: 	tomp@DEC:.zko.quarry, odehelp@DEC:.zko.quarry
Subj: 	Re: problems with bdiff in ptos

>Tom,
>
>Try it again.  I think I found a problem with the definition of NEW.
>
>John

Still having the same problem.  However, I noticed that if I specify
the last revision instead of $NEW, I am able to get the bdiff I need.
This will solve my immediate problem, but the real solution still needs
to be found.

- Tom

1013.3Re: problems with bdiff in ptosSMURF::FILTERAutomatic Posting Software - mail to flume::puckWed Oct 19 1994 22:0011
Date Of Receipt: 	19-OCT-1994 20:24:40.77
From: 	FLAMBE::jmf "Joshua M. Friedman OSF/UNIX SDE"
To: 	tomp@DEC:.zko.flambe
CC: 	odehelp@DEC:.zko.flambe
Subj: 	Re: problems with bdiff in ptos

If it's a file which has been submitted to a release you can
use the release's submit set name: bdiff -rPTOS

-josh

1013.4Re: problems with bdiff in ptosSMURF::FILTERAutomatic Posting Software - mail to flume::puckThu Oct 20 1994 14:2917
Date Of Receipt: 	20-OCT-1994 12:45:08.35
From: 	QUARRY::tomp "Tom Peterson USG  20-Oct-1994 1242"
To: 	John Flanagan <johnf@DEC:.zko.quarry>
CC: 	tomp@DEC:.zko.quarry, odehelp@DEC:.zko.quarry
Subj: 	Re: problems with bdiff in ptos

Hi John,

I tried the bdiff again today & it worked.  I think I know why
too.  I did a new workon.  Since you fixed the definition of
$NEW, it would make sense that I would need to do a new workon
in order to get this from the environment.  Sorry for the
confusion, it works fine now.

thanks,
- Tom