On Sat, Aug 29, 2009 at 3:01 PM, Rich Shepard<[email protected]> wrote: > On Sat, 29 Aug 2009, Carlos Konstanski wrote: > >> This is why I still use CVS. I can go in there and reconstruct the files >> even in the worst case scenario. Any system that stores the data in a >> non-human-readable format worries me. A database backend is fine as long >> as it stores text, not blobs. Even subversion's file backend is binary, >> which will not do. > > Carlos, > > It's not before been an issue. Perhaps I should consider git.
Rich, Unless you have very large code base, history, or very large files I doubt you will benefit from git compared with other distributed version control systems. If you are a casual vcs user and you want a solid vcs that emphasizes ease of use, try darcs. It's mature, stable, and gets a lot of praise for ease of use. http://darcs.net I recommend using something in the 2.x series. Jason _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
