Re: [GENERAL] subversion support?

2007-11-06 Thread Tim Goodaire
Robert, I'd like to have a copy of your script if you're willing to share. We're currently working on schema control stuff, and your script may be useful. On Wed, Oct 24, 2007 at 11:23:39PM -0400, Robert Treat wrote: On Wednesday 24 October 2007 15:11, Roberts, Jon wrote: Yeah. I think

Re: [GENERAL] subversion support?

2007-11-06 Thread Erik Jones
On Nov 6, 2007, at 3:43 PM, Tim Goodaire wrote: Robert, I'd like to have a copy of your script if you're willing to share. We're currently working on schema control stuff, and your script may be useful. On Wed, Oct 24, 2007 at 11:23:39PM -0400, Robert Treat wrote: On Wednesday 24

Re: [GENERAL] subversion support?

2007-11-06 Thread cyclix
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I would be interested as well. Our changes are perhaps once or twice a week in development but its nice to make sure that its being tracked. Mario Tim Goodaire wrote: Robert, I'd like to have a copy of your script if you're willing to share.

Re: [GENERAL] subversion support?

2007-10-29 Thread Robert Treat
On Wednesday 24 October 2007 15:11, Roberts, Jon wrote: Yeah. I think having to save the function to disk and then leave pgAdmin to execute subversion commands is going through hoops. Also, pgAdmin should be integrated so that you are notified if the function in the database is different

Re: [GENERAL] subversion support?

2007-10-26 Thread Dave Page
Roberts, Jon wrote: That is awesome. Can it be added to pga3? Like I said - it wasn't implemented in pga3 because noone used it in pga2 except for (as far as I know), the team I was working with at the time. As I recall we polled the mailing lists before dropping it and noone said they wanted

Re: [GENERAL] subversion support?

2007-10-26 Thread Tino Wildenhain
Hi Dave, Dave Page schrieb: --- Original Message --- From: Roberts, Jon [EMAIL PROTECTED] To: pgsql-general@postgresql.org Sent: 25/10/07, 17:35:32 Subject: Re: [GENERAL] subversion support? Complaint? Who is complaining? I am simply asking if this feature that is rather common

Re: [GENERAL] subversion support?

2007-10-26 Thread Dave Page
Hi Tino Tino Wildenhain wrote: Hi Dave, pgAdmin II had change control. No-one ever really used it though so we never bothered to implement it in pgAdmin III. But it was implemented differently then the proposal above. I'm not sure the detail of how it was implemented was a huge factor in

Re: [GENERAL] subversion support?

2007-10-25 Thread Roberts, Jon
- From: Robert Treat [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 24, 2007 10:24 PM To: pgsql-general@postgresql.org Cc: Roberts, Jon Subject: Re: [GENERAL] subversion support? On Wednesday 24 October 2007 15:11, Roberts, Jon wrote: Yeah. I think having to save the function to disk

Re: [GENERAL] subversion support?

2007-10-25 Thread Brad Lhotsky
? Thanks! Jon -Original Message- From: Robert Treat [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 24, 2007 10:24 PM To: pgsql-general@postgresql.org Cc: Roberts, Jon Subject: Re: [GENERAL] subversion support? On Wednesday 24 October 2007 15:11, Roberts, Jon wrote: Yeah. I think

Re: [GENERAL] subversion support?

2007-10-25 Thread Roberts, Jon
-general@postgresql.org Subject: Re: [GENERAL] subversion support? You could setup a subversion commit hook to export the functions to the database. Then you adjust your development mentality to: 1) Edit the files on the disk 2) Commit to Subversion Then the hook takes over and runs the drop

Re: [GENERAL] subversion support?

2007-10-25 Thread Tino Wildenhain
Hi, Roberts, Jon schrieb: I could use psql instead of pgAdmin then which isn't what I want. Having used Quest software SQL Navigator since 97 for Oracle and then migrated to Toad for Oracle which both products have integration to source control, it is hard to revert back to a command line or

Re: [GENERAL] subversion support?

2007-10-25 Thread Joshua D. Drake
such development? Sincerely, Joshua D. Drake Jon -Original Message- From: Brad Lhotsky [mailto:[EMAIL PROTECTED] Sent: Thursday, October 25, 2007 9:13 AM To: Roberts, Jon Cc: pgsql-general@postgresql.org Subject: Re: [GENERAL] subversion support? You could setup a subversion commit

Re: [GENERAL] subversion support?

2007-10-25 Thread Reg Me Please
Ever tried Druid? http://druid.sourceforge.net/ Il Thursday 25 October 2007 18:02:51 Tino Wildenhain ha scritto: Hi, Roberts, Jon schrieb: I could use psql instead of pgAdmin then which isn't what I want. Having used Quest software SQL Navigator since 97 for Oracle and then migrated

Re: [GENERAL] subversion support?

2007-10-25 Thread Roberts, Jon
: Thursday, October 25, 2007 11:16 AM To: Roberts, Jon Cc: pgsql-general@postgresql.org Subject: Re: [GENERAL] subversion support? Roberts, Jon wrote: I could use psql instead of pgAdmin then which isn't what I want. Having used Quest software SQL Navigator since 97 for Oracle and then migrated

Re: [GENERAL] subversion support?

2007-10-25 Thread Roberts, Jon
: [GENERAL] subversion support? Hi, Roberts, Jon schrieb: I could use psql instead of pgAdmin then which isn't what I want. Having used Quest software SQL Navigator since 97 for Oracle and then migrated to Toad for Oracle which both products have integration to source control, it is hard to revert

Re: [GENERAL] subversion support?

2007-10-25 Thread Roberts, Jon
No I haven't. Thanks for the tip. Jon -Original Message- From: Reg Me Please [mailto:[EMAIL PROTECTED] Sent: Thursday, October 25, 2007 11:25 AM To: pgsql-general@postgresql.org Cc: Tino Wildenhain; Roberts, Jon Subject: Re: [GENERAL] subversion support? Ever tried Druid? http

Re: [GENERAL] subversion support?

2007-10-25 Thread Karsten Hilbert
On Thu, Oct 25, 2007 at 11:35:32AM -0500, Roberts, Jon wrote: Complaint? Who is complaining? I am simply asking if this feature that is rather common in other database development tools will ever be added to pgAdmin. Why are you then asking on a *PostgreSQL* list ? And no, I will not

Re: [GENERAL] subversion support?

2007-10-25 Thread brian
Roberts, Jon wrote: When you edit a function, package, procedure, trigger, etc, it will notify you via a pop-up window if there is a difference in the committed version and the database version. You can then click show differences and then it pops up another window with your typical code

Re: [GENERAL] subversion support?

2007-10-25 Thread Dave Page
--- Original Message --- From: Roberts, Jon [EMAIL PROTECTED] To: pgsql-general@postgresql.org Sent: 25/10/07, 17:35:32 Subject: Re: [GENERAL] subversion support? Complaint? Who is complaining? I am simply asking if this feature that is rather common in other database

Re: [GENERAL] subversion support?

2007-10-25 Thread Magnus Hagander
Roberts, Jon wrote: So the long story short I'm getting is, no it is not on the radar. This is terribly ironic given the fact that pgAdmin is developed using source control but the code you write with the tool doesn't have any hooks into source control. Actually, it is on my personal radar.

Re: [GENERAL] subversion support?

2007-10-25 Thread Gregory Stark
Dave Page [EMAIL PROTECTED] writes: Complaint? Who is complaining? I am simply asking if this feature that is rather common in other database development tools will ever be added to pgAdmin. pgAdmin II had change control. No-one ever really used it though so we never bothered to

Re: [GENERAL] subversion support?

2007-10-25 Thread Scott Marlowe
On 10/25/07, Gregory Stark [EMAIL PROTECTED] wrote: Dave Page [EMAIL PROTECTED] writes: Complaint? Who is complaining? I am simply asking if this feature that is rather common in other database development tools will ever be added to pgAdmin. pgAdmin II had change control. No-one

Re: [GENERAL] subversion support?

2007-10-25 Thread Dave Page
--- Original Message --- From: Gregory Stark [EMAIL PROTECTED] To: Dave Page [EMAIL PROTECTED] Sent: 25/10/07, 19:06:12 Subject: Re: subversion support? The situation is complicated somewhat by the SQL ALTER TABLE and so on commands which you need to use instead of just

Re: [GENERAL] subversion support?

2007-10-25 Thread Roberts, Jon
That is awesome. Can it be added to pga3? Jon -Original Message- From: Dave Page [mailto:[EMAIL PROTECTED] Sent: Thursday, October 25, 2007 2:11 PM To: Gregory Stark Cc: Roberts, Jon; pgsql-general@postgresql.org Subject: Re: subversion support? --- Original Message ---

[GENERAL] subversion support?

2007-10-24 Thread Roberts, Jon
Are there plans to support a plug-in to a version control system like subversion for DDL? We really need to version our functions we will be writing but currently, we have to go through some hoops to get the function code into subversion. Jon

Re: [GENERAL] subversion support?

2007-10-24 Thread brian
Roberts, Jon wrote: Are there plans to support a plug-in to a version control system like subversion for DDL? We really need to version our functions we will be writing but currently, we have to go through some hoops to get the function code into subversion. This is hoops? svn ci

Re: [GENERAL] subversion support?

2007-10-24 Thread Roberts, Jon
be there so you can see what the differences are. Jon -Original Message- From: brian [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 24, 2007 1:59 PM To: pgsql-general@postgresql.org Subject: Re: [GENERAL] subversion support? Roberts, Jon wrote: Are there plans to support a plug

Re: [GENERAL] subversion support?

2007-10-24 Thread Joshua D. Drake
24, 2007 1:59 PM To: pgsql-general@postgresql.org Subject: Re: [GENERAL] subversion support? Roberts, Jon wrote: Are there plans to support a plug-in to a version control system like subversion for DDL? We really need to version our functions we will be writing but currently, we have