Re: Hacking on PostgreSQL via GIT - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Hacking on PostgreSQL via GIT
Date
Msg-id 20070417013202.GC10557@alvh.no-ip.org
Whole thread Raw
In response to Re: Hacking on PostgreSQL via GIT  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
Andrew Dunstan wrote:
> Tom Lane wrote:

> >So there's no way, apparently, to fix the state of these files through
> >the "front door".  Shall we try the proposed idea of hand-moving the
> >files out of the Attic subdirectory, whereupon they should appear live
> >and we can cvs remove them again?  I have login on cvs.postgresql.org
> >and can try this, but I'd like confirmation from someone that this is
> >unlikely to break things.  Is there any hidden state to be fixed in the
> >CVS repository?  I don't see any ...
> 
> Forgive my caution, but I'd suggest trying on a copy first.

Too late ;-)

FWIW my CVSup copy seems happy with the change; it reported this when I
updated it:

$ pgcvsup 
Connected to cvsup.postgresql.org
Updating collection repository/cvsEdit pgsql/src/backend/parser/gram.c,v -> AtticEdit
pgsql/src/backend/utils/mb/encnames.c,vEditpgsql/src/bin/pg_dump/pg_dump.c,vEdit pgsql/src/bin/psql/common.c,vEdit
pgsql/src/include/pg_config.h.win32,vEditpgsql/src/interfaces/ecpg/preproc/pgc.c,v -> AtticEdit
pgsql/src/interfaces/ecpg/preproc/preproc.c,v-> AtticEdit pgsql/src/tools/msvc/Solution.pm,vRsync
sup/repository/checkouts.cvs
Finished successfully

The gram.c,v file looks good -- it has the expected "state dead;" line.
A checked out tree from that updates fine.  A "cvs update" to a checked
out tree direct from the main CVS server also updates fine.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: [RFC] PostgreSQL Access Control Extension (PGACE)
Next
From: Aidan Van Dyk
Date:
Subject: Re: Hacking on PostgreSQL via GIT