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?
|
|
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. |
||
|
|
|
|
Subversion, look for Visual SVN , it free and real easy to use. You might also take a look at SQL Server database versioning with Subversion (SVN) |
||
|
|
|
|
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. |
||||||||
|
|
|
Our team uses Sourcegear's Vault, which is a lot like CVS or VSS, just without some of the wrinkles. |
||
|
|
|
|
Our team (.NET) a few months ago switched to Subversion / TortoiseSVN, VisualSVN (for VisualStudio integration) and Trac. I can't recommend these tools enough. |
||
|
|
|
|
I'd stay away from the centralized ones, distributed version control systems give much more flexibility, while still allowing centralized way of working. For more technical people git could be good, it has been developed by Linux kernel people after all. Bazaar or mercurial are probably better for those looking for ease of use. |
||
|
|
|
Perforce. Commercial software, and it's not free like SVN, but it's great. Crossplatform, easy to use, GUIs, command lines, etc. |
||
|
