Re: Executable files in CVS

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Eisentraut <peter_e(at)gmx(dot)net>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Executable files in CVS
Date: 2003-11-24 00:41:09
Message-ID: 200311240041.hAO0f9823077@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alvaro Herrera wrote:
> On Sun, Nov 23, 2003 at 06:59:45PM -0500, Tom Lane wrote:
> > Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > > Sure. I logged into the main server machine and cd'ed to CVSROOT. I
> > > then when to the src/bin/initdb directory, and because I didn't have
> > > permisssions, I moved initdb.c,v to another file name then copied it to
> > > the original name so I owned the file. I then removed the execute bits
> > > from the file. I did that for initdb.c and dirmod.c. I then removed
> > > files from my local CVS and did a CVS update and the files no longer
> > > have execute bits.
> >
> > Um. Can anyone else check into those files now?
>
> Looks fine in CVSup. But in src/port I now see a file named "x" that
> appears to be the old dirmod.c,v ...

Thanks, removed.

> BTW, I can see a whole lot of files with the executable bit:
>
> find pgsql-server/ -type f -perm +0333 -ls

That command doesn't seem to work for me. I see:

8 -r--rw-r-- 1 pgsql pgsql 2405 Nov 16 17:34 ./contrib/btree_gist/btree_common.c,v

which doesn't have execute permission.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-11-24 00:46:21 Re: Executable files in CVS
Previous Message Alvaro Herrera 2003-11-24 00:32:34 Re: Executable files in CVS