On Tue, Jul 5, 2011 at 9:21 AM, Michael Wood <esiot...@gmail.com> wrote: > On 5 July 2011 06:34, Sean Corfield <seancorfi...@gmail.com> wrote: >> On Mon, Jul 4, 2011 at 7:43 PM, Ken Wesson <kwess...@gmail.com> wrote: >>> I was using it in the sense typically meant in phrases like "source >>> code repository", as seems reasonable given the context, but oh well. >> >> If you're using git, "source code repository" could easily be local >> and not require an Internet connection... so I think it depends on >> your experience :) > > The same goes for CVS or Subversion or Mercurial and probably various > other "source code repositories". If you want to network them you > can, but you have to do something extra (e.g. run cvs-pserver or > mod_dav_svn or svnserve or hg serve etc.)
I'd be very interested to know how one checks out a file from a CVS repository without cvs-pserver running. You do a cvs checkout whatever at the command prompt, the command interpreter runs the cvs client, and the cvs client then connects to ??? (apparently not the cvs-pserver you're not running) using ??? (apparently not cvs's wire protocol over TCP/IP on the 127.0.0.1 loopback interface) to perform the checkout ... -- Protege: What is this seething mass of parentheses?! Master: Your father's Lisp REPL. This is the language of a true hacker. Not as clumsy or random as C++; a language for a more civilized age. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en