Best Version control for lone developer

Posted by Stephen on Stack Overflow See other posts from Stack Overflow or by Stephen
Published on 2008-09-26T10:20:21Z Indexed on 2010/05/28 4:21 UTC
Read the original article Hit count: 311

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
  • Sometimes I work offline

I'm currently using Subversion(just the client to a remote server), and that is working ok. I'm interested in mecurial and git DVCS, but none of their use-cases make sense to my situation.

EDIT: I've migrated my active development to Fossil http://www.fossil-scm.org/ after trialing it with a client. I really like the features to autosync my repositories(reducing accidental forks), the documentation support(both wiki and embedded/versioned) that supports my need to document the code and the project in different spaces, the easy to configure issue tracker, nice access control, skinnable web interface and helpful community.

© Stack Overflow or respective owner

Related posts about svn

Related posts about git