Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Source control system for small database dev team [closed]

I am responsible for a small development team and we deal mainly with database development. We are currently using MS Visual Source Safe as our source control system, but it has its limitations and we are seriously thinking about changing. What system would you choose?

like image 261
bjorsig Avatar asked Oct 19 '08 19:10

bjorsig


3 Answers

For a small team, SVN is best, in my experience (I've used CVS, SVN, and VSS in the past).

It's powerful, has a large userbase, and good tools like web interfaces, etc.

Some folks will probably recommend git, but I think it's overkill for what you describe.

like image 69
SquareCog Avatar answered Oct 20 '22 00:10

SquareCog


Our team uses Sourcegear's Vault, which is a lot like CVS or VSS, just without some of the wrinkles.

like image 33
Quantenmechaniker Avatar answered Oct 20 '22 00:10

Quantenmechaniker


Look into using SVN, from personal experience I would stay far far away from ClearCase.

At my company we recently started using source control to track database changes in schema and stored procs. It has helped tremendously that we have it all under SVN to track the changes. Its a shame though that the previous 4 years worth of work has been lost because before now nothing about the DB was under any sort of revision control.

like image 42
bwknight877 Avatar answered Oct 19 '22 23:10

bwknight877