Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

13
  • 6
    There's always GitHub. Commented Dec 17, 2010 at 0:05
  • 8
    Or bitbucket.org if you're using Mercurial. Commented Dec 17, 2010 at 0:13
  • 7
    Mercurial with a local filesystem repo on dropbox works really well for a single dev. Commented Dec 17, 2010 at 8:29
  • 1
    @Guillaume : A single developper can use the "distributed" aspect of a DVCS. I do. For example, I can work on computer A, push my work on my usb key, and then pull from this usb key on computer B. Commented Dec 17, 2010 at 10:37
  • 1
    @Guillaume "Distributed" is a technical aspect, not an organisational one. You can use a centralised constrol source system with an organisation with integrators only allowed to validate commited code. That's possible but hard to setup because of the centralised nature of the tool. But that's still an orthogonal problem. Commented Dec 17, 2010 at 17:45