Re: [GENERAL] Binary files in CVS - Mailing list pgsql-docs

From Csaba Nagy
Subject Re: [GENERAL] Binary files in CVS
Date
Msg-id 1055233944.922.10.camel@coppola.ecircle.de
Whole thread Raw
In response to Re: [GENERAL] Binary files in CVS  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-docs
I have also found the following files to be binary:

contrib/spi/preprocessor/step1.e
doc/src/graphics/catalogs.cgm

The first one is OS specific, so I guess it will cause no problem if
it's not marked as binary, and it's not already corrupted. Note that the
binary flag is also useful to avoid CVS to do keyword substitutions
(like the $Id $ things). So if you get a binary file which contains by
some chance the string "$Id $", CVS will kindly substitute it for you
with the usual version/date stuff. This is why adding the binary flag is
recommended even if you don't want to go cross platform.

Cheers,
Csaba.


On Fri, 2003-06-06 at 23:58, Bruce Momjian wrote:
>
> I found the following binary files:
>
>     ./doc/src/graphics/catalogs.gif
>     ./doc/src/graphics/clientserver.gif
>     ./doc/src/graphics/connections.gif
>     ./src/tools/backend/flow.gif
>
> and marked them as you suggested using CVS.
>
> ---------------------------------------------------------------------------
>
> Csaba Nagy wrote:
> > You can do it with the "cvs admin -kb __file_list__" command.
> >
> > Cheers,
> > Csaba.
> >
> > On Mon, 2003-06-02 at 21:56, Tom Lane wrote:
> > > Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > > > Can someone comment on this?  I didn't know CVS had a binary flag, but I
> > > > see it in the docs now.
> > >
> > > I believe the binary files *should* be marked -kb, but I don't know CVS
> > > well enough to know how to fix the setting on an existing file.
> > >
> > >             regards, tom lane
> > >
> >
> >
> >
>
> --
>   Bruce Momjian                        |  http://candle.pha.pa.us
>   pgman@candle.pha.pa.us               |  (610) 359-1001
>   +  If your life is a hard drive,     |  13 Roberts Road
>   +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
>



pgsql-docs by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: Is there a problem with the CVS version of the docs?
Next
From: Rod Taylor
Date:
Subject: Synopsis inconsistencies