Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 03 Dec 2005 12:19:24 -0500
From:      Ian Lord <mailing-lists@msdi.ca>
To:        lars <lars@gmx.at>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: CVS Server with freebsd
Message-ID:  <7.0.0.16.2.20051203121850.054b18a8@Msdi.ca>
In-Reply-To: <4391D32F.3060105@gmx.at>
References:  <7.0.0.16.2.20051203115712.054a1c70@msdi.ca> <4391D32F.3060105@gmx.at>

next in thread | previous in thread | raw e-mail | index | archive | help
thanks !

I'll check into this (ssh)

Thanks a lot for your help

At 12:17 2005-12-03, lars wrote:
>Ian Lord wrote:
> > Hi,
> >
> > I'm trying to setup a cvs server for our internal development...
> >
> > I may be blind, but I didn't find any ports for this in the ports
> > tree... Do I need to compile it from the source or is there an easier
> > way (port)
> >
> > I saw a pserver wrapper for cvs ( port = cvsd) in the port but not the
> > actual cvs server
>You don't need to "install" a CVS server, or port for that matter.
>
>
>
>I advise you to go to cvshome.org to read the documentation on how to set up
>a source code repository with CVS.
>
>I also recommend not to use pserver if you can avoid it.
>
>You can authenticate all CVS users via local accounts and SSH.
>
>With two environmant variables
>CVS_ROOT=...
>CVS_RSH=...
>the users then make their local CVS clients use SSH to authenticate with the
>CVS server and transmit their commits enrypted.
>
>In this way you don't need a CVS daemon running on the server.
>
>Kind regards
>Lars
>_______________________________________________
>freebsd-questions@freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7.0.0.16.2.20051203121850.054b18a8>