[chora] newbie question

Anil Madhavapeddy anil@recoil.org
Thu, 18 Jul 2002 10:34:39 +0100


On Wed, Jul 17, 2002 at 10:36:55PM -0500, Eric Rostetter wrote:
> 
> If someone can kind of confirm that it is (theoretically) possible to 
> add support for remote repositories (chora on one machine, cvs repository 
> on another) and maybe give me a 3-5 line summary of how they think it 
> might be done (maybe cvs/rcs tunneled via ssh with an unsigned public
> key??? or some kind of public/anonymous cvs network access???) I'd be 
> willing to try to work out the code...

First of all, the easiest path is just to tunnel NFS over SSH (or IPsec)
and have a local copy of the data.  Or indeed any filesystem such as 
a WebDAV mount.  This wouldn't require any code-changes to Chora.

Otherwise you need to start looking at the 'cvs server' protocol,
which communicates directly (via the CVS_RSH transport) with the remote
repository.  Documentation for this is thin on the ground, and I'd
hesitate to recommend this.

Anil