Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How are you maintaining different versions of .NIB files?

1 view
Skip to first unread message

Manuel Alberto Ricart

unread,
Sep 30, 1991, 10:59:48 PM9/30/91
to
Netters,

I was wondering if any of you are using a source control system - If you are,
how are you dealing with .NIB files, it seems a waste of time and disk space to
maintain separate versions of the NIB files, just in case you might what to
compile an old version of the software... [IB should have a TEXT file exporting
format for this purpose!!!- Even if trade secret, such format would allow to
use one of the available rcs on the little buggers!]

Alberto
--
Alberto Ricart
"Art Saves Lives"
I Design: Architecture, Objects & Software.

Paul Eggert

unread,
Oct 1, 1991, 10:49:52 PM10/1/91
to
mel...@cs.psu.edu (Michael D Mellinger) writes:

>RCS 5.5 in conjuction with GNU diff might do the trick. I think 5.5
>will handle binary files. Can anyone using 5.5 confirm this?

Yes. For details, please see the current ``SCCS vs. RCS'' thread in
comp.unix.programmer.

Michael D Mellinger

unread,
Oct 1, 1991, 9:53:46 PM10/1/91
to

In article <1991Oct1.0...@parsec.uucp> alb...@parsec.uucp (Manuel Alberto Ricart) writes:


I was wondering if any of you are using a source control system -
If you are, how are you dealing with .NIB files, it seems a waste
of time and disk space to maintain separate versions of the NIB
files, just in case you might what to compile an old version of the
software... [IB should have a TEXT file exporting format for this
purpose!!!- Even if trade secret, such format would allow to use
one of the available rcs on the little buggers!]

RCS 5.5 in conjuction with GNU diff might do the trick. I think 5.5


will handle binary files. Can anyone using 5.5 confirm this?

-Mike

--
------------------------------------------------------------------------------
N N X X TTTTTTT | mel...@cs.psu.edu
NN N eeee X X T | mel...@vivaldi.psu.edu (NeXT mail)
N N N e e X X T |----------------------------------------------
N N N eeeee X X T |"Medicine will cure death and government will
N NN e X X T | repeal taxes before Steve [Jobs] will fail."
N N eee X X T | Guy Kawasaki

Michael Rutman

unread,
Oct 2, 1991, 12:39:02 PM10/2/91
to
In article <1991Oct1.0...@parsec.uucp> alb...@parsec.uucp (Manuel
Alberto Ricart) writes:
> Netters,
>
> I was wondering if any of you are using a source control system - If you are,
> how are you dealing with .NIB files, it seems a waste of time and disk space
to
> maintain separate versions of the NIB files, just in case you might what to
> compile an old version of the software... [IB should have a TEXT file
exporting
> format for this purpose!!!- Even if trade secret, such format would allow to
> use one of the available rcs on the little buggers!]

You could always uuencode it and store it that way. Not the most attractive
way and would probably take up more space than just saving it normal. We,
however, simply mark an X on the whiteboard next to the nib files we have
checked out and circle them when we are done with it. Works great for 2 person
teams.

--
Michael Rutman | mo...@svcdudes.com
Cubist | makes me a NeXT programmer
Software Ventures |
smile, you're on standard disclaimer |

Booker C. Bense

unread,
Oct 2, 1991, 9:04:57 PM10/2/91
to
In article <1991Oct1.0...@parsec.uucp> alb...@parsec.uucp
(Manuel Alberto Ricart) writes:
>
>I was wondering if any of you are using a source control system - If
>you are, how are you dealing with .NIB files, it seems a waste of time
>and disk space to maintain separate versions of the NIB files, just in
>case you might what to compile an old version of the software...
>
- There are two ways to deal with this:

- Cheese flavored: Use uuencode to asciify your files and store them
with the old rcs.

- Non-Cheese flavored: Get the newest versions of diff and rcs from
the gnu sources. You might not need diff, but the latest version of
rcs supports binary files. You'll need rcs 5.5 or later.


---
- Booker C. Bense
prefered: ben...@grumpy.sdsc.edu "I think it's GOOD that everyone
NeXT Mail: ben...@next.sdsc.edu becomes food " - Hobbes

0 new messages