[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: cvs repository unreachable
From: |
Alejandro R. Sedeño |
Subject: |
Re: cvs repository unreachable |
Date: |
Mon, 23 Aug 2010 14:06:15 -0400 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.4) Gecko/20100719 Icedove/3.1 |
On 08/23/2010 12:19 PM, Enrico Weigelt wrote:
> Hi folks,
>
> I just wanted to import the cvs repository into my git mirror,
> but cant get access:
>
> ~# git cvsimport -d cvs -z3 -d:pserver:address@hidden:/sources/ncurses ncurses
> Expected Valid-requests from server, but got: E Cannot access
> /sources/ncurses/CVSROOT
>
> direct cvs checkout fails, too:
>
> ~# cvs -d:pserver:address@hidden:/sources/ncurses co ncurses
> Cannot access /sources/ncurses/CVSROOT
> No such file or directory
>
>
> How can I get ro access to the cvs repo ?
>
>
> cu
There's nothing interesting in that CVS repository, as you can see if you
try to browse through it. You're welcome to use the git repository I
mentioned last month.
The repository is available at:
git://ncurses.scripts.mit.edu/ncurses.git
and browsable at:
http://ncurses.scripts.mit.edu/
The repository currently contains all releases back to 4.1, and all
weekly patches since release 5.6. It is updated by a cron job that runs
hourly, and should update with no intervention until ncurses 5.8 is
released.
-Alejandro