On Wednesday, November 27, 2002, at 10:39  AM, Peder Axensten wrote:

I want to get started with CVS and BBEdit, how to I run a server? There's nothing in the BBEdit manual...
Any good sources of info would be appreciated!
Setting up a server is beyond the scope of the BBEdit manual I'm afraid.

We put up some FAQs yesterday.

<http://www.barebones.com/cgi-bin/faq/ faqgroup.pl?BBEdit_Features#Features_-_1>

To set up a "server" that you can do CVS over ssh with is relatively easy. First, turn on the sshd daemon on the machine. Setup a CVS repository. (cvs init - see cvs manual - FWIW the little O'Reilly pocket reference for about $10 is quite helpful.). Import a project, then check out into a sandbox and you are off to the races. (This all assumes a propert CVS_RSH = ssh and CVSROOT = :ext:user@host:/path/to/repository)

Setting up a pserver is a bit more involved because you've got to get xinetd or inetd listening properly, but if you can use ssh you probably don't want to use pserver since everything is cleartext.


Jim


--
Jim Correia
[EMAIL PROTECTED]



Reply via email to