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
1k views
Git and Mercurial - Compare and Contrast
For a while now I've been using subversion for my personal projects.
More and more I keep hearing great things about Git and Mercurial, and DVCS in general.
I'd like to give the whole DVCS thing a …
33
votes
13answers
2k views
Best Version control for lone developer
I'm a lone developer at the moment; please share you experiences on what is a good VC setup for a lone developer.
My constraints are;
I work on multiple machines and need to keep them synced up
…
28
votes
19answers
1k views
Do you use distributed version control?
I'd like to hear from people who are using distributed version control (aka distributed revision control, decentralized version control) and how they are finding it. What are you using, Mercurial, …
18
votes
9answers
4k views
How do I tell Git to ignore “.gitignore” ?
I just did a git init on the root of my new project.
Then I created a .gitignore file.
Now, when I type "git status", ".gitignore" appears in the list of untracked files. Why is that?
16
votes
16answers
1k views
Comparison between Centralized and Distributed Version Control Systems
What are the benefits and drawbacks with using Centralized versus Distributed Version Control Systems (DVCS)? Have you run into any problems in DVCS and how did you safeguard against these problems? …
14
votes
6answers
873 views
What’s so great about git?
For someone coming from a more conventional VCS background (CVS/SVN), what are the most compelling reasons to learn and migrate to git?
Please comment upon a team's required technical ability in …
14
votes
26answers
2k views
Distributed source control options
I've been interested in Git, but the last time I looked the Windows support was essentially "run Linux".
Are there any distributed source control tools that run well on Windows?
11
votes
6answers
345 views
How are DVCS used in large teams?
I've recently started getting into Git on a personal project, and I can see how a DVCS might benefit us at work (which is a large enterprise software company, currently running Perforce). Feature …
11
votes
7answers
843 views
Is using a central repository going against GIT’s purpose?
If you are in a corporate setting with many people working on a particular application, is it going against the grain of a distributed version control system to have an official central repository?
…
11
votes
13answers
1k views
Any good git tutorials?
Are there any good git tutorials available somewhere, except for the official tutorial?
I like the mercurial book, but haven't found anything similar for git. I would like to start using git in some …
9
votes
5answers
2k views
Backing Out a backwards merge on Mercurial
How do you reverse the effect of a merge on polarised branches without dying of agony?
This problem has been plaguing me for months and I have finally given up.
You have 1 Repository, with 2 Named …
9
votes
6answers
320 views
Is a DVCS useful for one developer?
Or would a conventional client-server VCS be more appropriate? I'm currently using TortoiseSVN, but I'm interested in a DVCS, but I'm not sure if it's even a good idea to try to use something like …
8
votes
7answers
269 views
git: how do I merge between branches while keeping some changesets exclusive to one branch?
There's a special place in hell for people who hardcode absolute paths and database credentials into multiple random places in web applications. Sadly, before they go to hell they're wreaking havoc on …
8
votes
6answers
332 views
Why should a business use distributed version control?
It seems that many people read about distributed version control and implicitly understand why it is a good thing for open source development, with many distributed developers all acting independently …
