http://www.perlmonks.org?node_id=931896


in reply to Re: OT: Does anyone know of a version control system that doesn't use separate files or a repo?
in thread OT: Does anyone know of a version control system that doesn't use separate files or a repo?

No one has mentioned subversion because it is a long way from the OP's needs. isync does no want a version control system that requires the overhead of a server, or will clutter up his file-system with control files and hidden directories.

Most of the posters on this thread, have made the point that both hg and git create only one hidden control directory, have no other administrative overhead, and that the benefits outweigh the trouble.

Subversion while being a fine version control system for many purposes, does fail on both points, In any sensible set-up it requires a server that need set-up and maintenance, and it clutters up every subdirectory of your source tree with .svn directories.