160
votes
53answers
7k views
Do you source control your databases?
I feel that my shop has a hole because we don't have a solid process in place for versioning our database schema changes. We do a lot of backups so we're more or less covered, but it's bad practice to …
140
votes
27answers
10k views
Git for beginners: The definitive practical guide
Ok, after seeing this post by PJ Hyett, I have decided to skip to the end and go with git.
So what I need is a beginners practical guide to git. "Beginner" being defined as someone who knows how to …
90
votes
42answers
5k views
Is Subversion (Version Control) Necessary For A Small Development Group (1-2 programmers)?
I am trying to debate the point that version control is important for either one or two developers.
More specifically, I work in a department in which there are typically two PHP developers, using …
74
votes
88answers
8k views
Good excuses NOT to use version control
This question may seem backwards to all logical reasoning, but I encountered a team member who was working on a side project out of the main tree, and had decided ( rephrased )
I'm the only …
58
votes
16answers
4k views
What are the relative strengths and weaknesses of Git, Mercurial, and Bazaar?
What do folks here see as the relative strengths and weaknesses of Git, Mercurial, and Bazaar?
In considering each of them with one another and against version control systems like SVN and Perforce, …
52
votes
25answers
5k views
How do I version my MS SQL database in SVN?
I've been wanting to get my databases under version control. Does anyone have any advice or recommended articles to get me started?
I'll always want to have at least some data in there (as alumb …
50
votes
11answers
1k views
How should you build your database from source control?
There has been some discussion on the SO community wiki about whether database objects should be version controlled. However, I haven't seen much discussion about the best-practices for creating a …
49
votes
12answers
3k views
How do you organize your version control repository?
First, I know about this: http://stackoverflow.com/questions/51217/how-would-you-organize-a-subversion-repository-for-in-house-software-projects
Next, the actual question:
My team is restructuring our …
47
votes
17answers
1k views
Mercurial for Beginners: The Definitive Practical Guide
Inspired by Git for beginners: The definitive practical guide.
This is a compilation of information on using Mercurial for beginners for practical use.
Beginner - a programmer who has touched source …
42
votes
29answers
2k views
Checking in of “commented out” code
Ok, here is something that has caused some friction at my current job and I really didn't expect it to. Organized in house software development is a new concept here and I have drawn up a first draft …
40
votes
19answers
3k views
Do you continue development in a branch or in the trunk?
Suppose you're developing a software product that has periodic releases. What are the best practices with regard to branching and merging? Slicing off periodic release branches to the public (or …
39
votes
30answers
3k views
How do I convince my team to drop sourcesafe and move to SVN?
My development team uses source safe at a very basic level. We're moving into some more advanced and extended development cycles and I can't help but think that not using branching and merging in …
39
votes
32answers
3k views
Why don’t they teach these things in school?
Over the summer, I was fortunate enough to get into Google Summer of Code. I learned a lot (probably more than I've learned in the sum of all my university coursework). I'm really wondering why they …
35
votes
39answers
3k views
Version Control. Getting started…
So I know I need to implement version control, even for just the developing I do at home. My issue is I have read about how great Subversion is for the past couple years. I was about to dedicate …
33
votes
8answers
679 views
Multiple Programmers in Software Development. How do we work on the same code and it always be updated??
This seems like something I should know by now, but for whatever reason I do not. I also am not having much luck searching on the topic.
A friend and I are starting a simple project together away …
