Re: How do I connect postgres table structures and view structures to an existing svn repository?

From: "John Mitchell" <mitchelljj98(at)gmail(dot)com>
To: "D'Arcy J(dot)M(dot) Cain" <darcy(at)druid(dot)net>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: How do I connect postgres table structures and view structures to an existing svn repository?
Date: 2007-08-01 15:45:21
Message-ID: fa2ac0580708010845r9108596r14ec88ae4420ce11@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

I am trying to store schema definitions in version-control which I can do by
saving the definition and then importing into svn, but I would like it
to be automatic , so that when an update occurs to a table or view within
postgres then that table or view is flagged within svn. This would be
similar to what I currently do with source code that I have for a web app
within eclipse.

On 8/1/07, D'Arcy J.M. Cain <darcy(at)druid(dot)net> wrote:
>
> On Wed, 1 Aug 2007 10:07:31 -0400
> "John Mitchell" <mitchelljj98(at)gmail(dot)com> wrote:
> > How do I connect postgres table structures and view structures to an
> > existing svn repository?
>
> I'm not sure that I understand the connection between SQL and SVN. Can
> you be a bit clearer about what you are trying to do?
>
> --
> D'Arcy J.M. Cain <darcy(at)druid(dot)net> | Democracy is three wolves
> http://www.druid.net/darcy/ | and a sheep voting on
> +1 416 425 1212 (DoD#0082) (eNTP) | what's for dinner.
>

--
John J. Mitchell

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message D'Arcy J.M. Cain 2007-08-01 16:14:03 Re: How do I connect postgres table structures and view structures to an existing svn repository?
Previous Message D'Arcy J.M. Cain 2007-08-01 15:38:12 Re: How do I connect postgres table structures and view structures to an existing svn repository?