95
votes
21answers
7k views
Why is git better than Subversion?
I've been using Subversion for a few years and after using SourceSafe, I just love Subversion. Combined with TortoiseSVN, I can't really imagine how it could be any better. Yet there's a growing …
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 …
76
votes
28answers
3k views
Using Version Control for Home Development?
Up till now I have been developing my personal and school
projects at home without using any form of revision control
software to handle my changes and whatnot.
My question is, how feasible is it to …
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, …
58
votes
17answers
12k views
What do “branch”, “tag” and “trunk” really mean?
I've seen these words a lot around subversion (and I guess general repository) discussions.
Myself I have been using svn for my projects the last few years, but I've never grasped the complete concept …
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 …
46
votes
13answers
2k views
How do you manage databases in development, test, and production?
I've had a hard time trying to find good examples of how to manage database schemas and data between development, test, and production servers.
Here's our setup. Each developer has a virtual machine …
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 …
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 …
34
votes
14answers
5k views
Should I add the Visual Studio .suo and .user files to source control
Visual Studio solutions contain two types of hidden user files. One is the solution .suo file which is a binary file. The other is the project .user file which is a text file. Does anyone know …
33
votes
23answers
1k views
How often to commit changes to source control ?
How often should I commit changes to source control ? After every small feature, or only for large features ?
I'm working on a project and have a long-term feature to implement. Currently, I'm …
28
votes
16answers
12k views
SVN plugins for Eclipse - Subclipse vs. Subversive
SVN in Eclipse is spread into 2 camps. The SVN people have developed a plugin called Subclipse. The Eclipse people have a plugin called Subversive. Broadly speaking they both do the same things. What …
27
votes
17answers
2k views
SVN best-practices - working in a team
I'm starting out with SVN. I know the basic commands and understand the base principles. I was wondering if anyone has any tips or best practices for working with Subversion in a team environment.
…
26
votes
27answers
2k views
What is so great about subversion?
At the moment we use Visual SourceSafe for our source control, my colleague wants to migrate to Subversion but I am not entirely convinced yet. I have investigated it before and had some serious …
