version controlling postgresql code

Started by akp geekabout 14 years ago5 messagesgeneral
Jump to latest
#1akp geek
akpgeek@gmail.com

Hi all -

Would like to know if any one of you have used CVS or some other
version controlling tools to version the postgres code? Any
recommendations? Appreciate your help

Regards

#2Michael Gould
mgould@isstrucksoftware.net
In reply to: akp geek (#1)
Re: version controlling postgresql code

We use svn for all our version control at the moment

Sent from Samsung mobile

akp geek <akpgeek@gmail.com> wrote:

Show quoted text

Hi all -

Would like to know if any one of you have used CVS or some other
version controlling tools to version the postgres code? Any
recommendations? Appreciate your help

Regards

#3Andy Colson
andy@squeakycode.net
In reply to: akp geek (#1)
Re: version controlling postgresql code

On 2/28/2012 12:28 PM, akp geek wrote:

Hi all -

Would like to know if any one of you have used CVS or some
other version controlling tools to version the postgres code? Any
recommendations? Appreciate your help

Regards

Always! I use subversion.

-Andy

#4Greg Williamson
gwilliamson39@yahoo.com
In reply to: akp geek (#1)
Re: version controlling postgresql code

akp geek  asked:

         Would like to know if any one of you have used CVS or some other version controlling tools to version the postgres code? Any recommendations? Appreciate your help

I used CVS at previous jobs.

Currently the place I work uses git and a set of rules for programmers who create DDL changes, including rollback options (such as renaming columns to dropme_xxx instead of simply dropping them outright in the first change set).

The SQL files are checked in with a timestamp which controls the order of updates when we apply them to runtime.

I've had unpleasant experiences with commercial tools; CVS works well for simple environments and git can be used for more tangled development work.

HTH,

Greg Williamson

#5akp geek
akpgeek@gmail.com
In reply to: Greg Williamson (#4)
Re: version controlling postgresql code

Thanks all. We will stick with CVS then. Thanks again

On Tue, Feb 28, 2012 at 3:36 PM, Greg Williamson <gwilliamson39@yahoo.com>wrote:

Show quoted text

akp geek asked:

Would like to know if any one of you have used CVS or some other

version controlling tools to version the postgres code? Any
recommendations? Appreciate your help

I used CVS at previous jobs.

Currently the place I work uses git and a set of rules for programmers who
create DDL changes, including rollback options (such as renaming columns to
dropme_xxx instead of simply dropping them outright in the first change
set).

The SQL files are checked in with a timestamp which controls the order of
updates when we apply them to runtime.

I've had unpleasant experiences with commercial tools; CVS works well for
simple environments and git can be used for more tangled development work.

HTH,

Greg Williamson

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general