Tagged Questions

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 …
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 …
19
votes
14answers
722 views

How do I protect the trunk from hapless newbies?

A coworker relayed the following problem, let's say it's fictional to protect the guilty: A team of 5-10 works on a project which is issue-driven. That is, the typical flow goes like this: a chunk …
14
votes
25answers
1k views

Why do companies use Source Safe?

Why do you (and/or your company) use Visual Source Safe instead of the "other" version control systems?
9
votes
17answers
2k views

Easy/Simple online source control?

I'm working on a project with a small team for a couple months. We need simple source control. Preferably something online. Any suggestions?
8
votes
9answers
906 views

Difference between GIT and CVS

What is the difference between git and cvs version control systems? I have been happily using CVS for over 10 years and have been told that GIT is much better. Could someone please explain what …
8
votes
24answers
677 views

What strategy do you use to sync your code when working from home

At my work I currently have my development environment inside a Virtual Machine. When I need to do work from home I copy my VM and any databases I need onto a laptop drive sized external USB drive. …
7
votes
13answers
2k views

Free “Personal” source control system?

At work I use something called team foundations services. It's a source saving tool that stores change sets of code I "check in". Is there a similar product that's good for a single programmer. …
6
votes
6answers
309 views

What’s the best practice for handling system-specific information under version control?

Hello, I'm new to version control, so I apologize if there is a well-known solution to this. For this problem in particular, I'm using git, but I'm curious about how to deal with this for all version …
6
votes
7answers
748 views

Does Git work in Windows?

I work on Linux all the time and I'm clueless about Windows not even having one to try it, is Git nowadays working on Windows? or am I making problems for my Windows-pals by using it?
6
votes
6answers
705 views

Any tool to migrate repo from Vault to Subversion?

Are there any tools to facilitate a migration from Sourcegear's Vault to Subversion? I'd really prefer an existing tool or project (I'll buy!). Requirements: One-time migration only Full history …
5
votes
7answers
210 views

Which version control programs can enforce running & passing of tests before integration of changes?

At my work we currently use Aegis version control/SCM. The way we have it configured, we have a bunch of tests, and it forces the following things to be true before a change can be integrated: The …
5
votes
5answers
655 views

version control on large files

We happily use SVN for SCM at work. Currently I've got our binary assets in the same SVN repository as our code. SVN supports very large files (it transmits them 'streamily' to keep memory usage …
5
votes
5answers
430 views

Delphi: Moving away from VSS

Hello, We are team of few Delphi developers who have been using VSS since years (I know it's a pity), but we don't use any of the advanced features of VCS, so it was working fine in many cases (but …

1 2 3 4 5 next
15 30 50 per page