Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Version Control for Oracle Developer
Terry Dykstra wrote:
> "Björn Wächter" <bwc_at_p3-solutionsKILL_SPAM.de> wrote in message
> news:4u7gqaF16qpq3U1_at_mid.dfncis.de...
> > Hi all,
> >
> > I'm developing in PL/SQL. For the development I'm using database clients
> > like Toad, Hora or SQL Developer. My problem is:
> >
> > - Is there a good way to get all the sql code out of the database so
> > that it can be checked in into for example subversion. Including
> > tables, indexes, constraints, stored procedures, sequences,
> > packages... And I can set up a new version of my project from
> > subversion.
> > - In my projects I also like to put the content of tables into
> > subversion. For example tables storing configuration data.
> > Are there any concepts how to create insert scripts
> > only for a few tables marked in any way.
> >
> > Or is there a totally different approach.
> >
> > Thanks Björn
>
> If you use PLSQLDeveloper, you can use their source control add-in:
> http://www.allroundautomations.nl/plsvcs.html
>
> --
> Terry Dykstra
Unfortunately this solution does not easily work together with subversion. See http://www.pushok.com/help/svnscc/index.php
regards,
stephan
Received on Wed Dec 13 2006 - 03:52:33 CST