You situation is rather uncommon, because the web interface of http://membled.com/cvsroot/ give you access to the CVS repository tree. Tools like Viewcvs & Cvsweb give you access to individual revisions, but this view gives you access to the actual RCS files. On simple solution would be to use a web grabber (eg w3mir, see http://langfeldt.net/w3mir/w3mir.html) to make a local copy of this repository (and keep it in synched) . After that, you could use normal standalone cvs to extract sandboxes from the local copy .
Paul Gelderblom ----- Original Message ----- From: "Geoff Beier" <[EMAIL PROTECTED]> To: "Ed Avis" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, March 22, 2004 22:52 Subject: Re: Read-only CVS over http > Ed Avis wrote: > > > If a CVS repository is available via http (for example > > <http://membled.com/cvsroot/>) can CVS connect to it for read-only > > checkouts? > > > cvsgrab can, if you can install viewcvs: > http://cvsgrab.sourceforge.net/ > > hth, > > Geoff > > > _______________________________________________ > Info-cvs mailing list > [EMAIL PROTECTED] > http://mail.gnu.org/mailman/listinfo/info-cvs > _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
