On Jul 12, 2011, at 10:25 PM, Steve deRosier wrote: > I've used CVS, SVN, Perforce and Git extensively. Git is by far the > best one, especially since you're not interested in setting up and > running a server. The other three require a server (even if that > server is actually the same laptop you're working on).
Wrong. Subversion's file:// access method goes straight to it. The worst of this is the tendency of Windows people to put the repository on a shared file server with multiple users using the file:// method on the same repository at the same time. I prefer svn+ssh:// which uses ssh to remotely launch svnserver to do the work and then shut down. No special configuration is needed. -- David Kelly N4HHE, [email protected] ======================================================================== Whom computers would destroy, they must first drive mad. -- 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>
