On Jul 12, 10:34 pm, Jack Stewart <[email protected]> wrote: > Does anyone know of something simple that is robust and works well?
I'll throw my hat in the ring here: my favorite tools are: * Mercurial * Subversion Mercurial (and Git) allow to you create a repository very cheaply: "hg init" or "git init" and your folder is source controlled. I like Mercurial: it has all the advantages of Git, and none of the disadvantages (I liken Git's learning curve to a roller coaster, complete with loop-de-loops. My favorite analogy is that Git is a time travelling laser scalpel, which is exactly as complicated as it sounds). Mercurial is a much easier learning curve, I think... although my work with Mercurial has always just been side projects (I'm a Ruby on Rails developer, and the tool of choice there is Git) Having said that, Git is more popular, and the tool support might be better. Regardless which way you go, check out SourceTree (<http:// www.sourcetreeapp.com/>) for doing this stuff graphically. It also works with Subversion, though some adaptors. -- You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at <http://groups.google.com/group/bbedit?hl=en> If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>
