1
vote
How do I version my MS SQL database in SVN?
The typical solution is to dump the database as necessary and backup those files.
Depending on your development platform, there may be opensource plugins available. Rolling your own code …
5
votes
Distributed source control options
Git is gaining more and more Apple/Windows support now that Rails and github are around.
Have you seen http://github.com/?
You sh …
0
votes
What are the advantages of using SVN over CVS?
One thing not to overlook is ecosystem. I was working at a CVSNT shop, and I was finding more and more open source tools supported SubVersion by default.
…
