
Hi, anonymous CVS seems to be broken (at least for some projects, e.g. jnil), and I have no time to get to the bottom of the problem. Does anyone else feel inclined to fix http://common-lisp.net/rt/Ticket/Display.html?id=100 ? -Hans

I can have a look -- tomorrow night. Bye, Erik. On Tue, Jun 19, 2012 at 10:53 AM, Hans Hübner <hans.huebner@gmail.com>wrote:
Hi,
anonymous CVS seems to be broken (at least for some projects, e.g. jnil), and I have no time to get to the bottom of the problem. Does anyone else feel inclined to fix http://common-lisp.net/rt/Ticket/Display.html?id=100 ?
-Hans
_______________________________________________ clo-devel mailing list clo-devel@common-lisp.net http://lists.common-lisp.net/cgi-bin/mailman/listinfo/clo-devel

Hi Hans, A bit later than tomorrow night, but I've just looked at it and found the cause: not all projects have "readers" and "passwd" files, which they should: these files should at least mention the "anonymous" user in order to allow anonymous access. The project owners can fix this themselves by checking out the CVSROOT module, adding these two files with this content: ========== begin: readers anonymous ========== end: readers ========== begin: passwd anonymous::cvs ========== end: passwd Then, after adding these files and committing them, the project should be anonymous-reader-enabled. Do we know which projects they are and if they have been created after a certain date? Maybe the scripts have been altered to no longer generate these files? Bye, Erik. On Tue, Jun 19, 2012 at 11:17 PM, Erik Huelsmann <ehuels@gmail.com> wrote:
I can have a look -- tomorrow night.
Bye,
Erik.
On Tue, Jun 19, 2012 at 10:53 AM, Hans Hübner <hans.huebner@gmail.com>wrote:
Hi,
anonymous CVS seems to be broken (at least for some projects, e.g. jnil), and I have no time to get to the bottom of the problem. Does anyone else feel inclined to fix http://common-lisp.net/rt/Ticket/Display.html?id=100 ?
-Hans
_______________________________________________ clo-devel mailing list clo-devel@common-lisp.net http://lists.common-lisp.net/cgi-bin/mailman/listinfo/clo-devel

Hi Erik, thanks for your research. The project that I've seen was jnil - There were no user reports, and I have not changed any scripts. -Hans On Sun, Jul 1, 2012 at 9:34 PM, Erik Huelsmann <ehuels@gmail.com> wrote:
Hi Hans,
A bit later than tomorrow night, but I've just looked at it and found the cause: not all projects have "readers" and "passwd" files, which they should: these files should at least mention the "anonymous" user in order to allow anonymous access. The project owners can fix this themselves by checking out the CVSROOT module, adding these two files with this content:
========== begin: readers anonymous ========== end: readers
========== begin: passwd anonymous::cvs ========== end: passwd
Then, after adding these files and committing them, the project should be anonymous-reader-enabled.
Do we know which projects they are and if they have been created after a certain date? Maybe the scripts have been altered to no longer generate these files?
Bye,
Erik.
On Tue, Jun 19, 2012 at 11:17 PM, Erik Huelsmann <ehuels@gmail.com> wrote:
I can have a look -- tomorrow night.
Bye,
Erik.
On Tue, Jun 19, 2012 at 10:53 AM, Hans Hübner <hans.huebner@gmail.com> wrote:
Hi,
anonymous CVS seems to be broken (at least for some projects, e.g. jnil), and I have no time to get to the bottom of the problem. Does anyone else feel inclined to fix http://common-lisp.net/rt/Ticket/Display.html?id=100 ?
-Hans
_______________________________________________ clo-devel mailing list clo-devel@common-lisp.net http://lists.common-lisp.net/cgi-bin/mailman/listinfo/clo-devel
_______________________________________________ clo-devel mailing list clo-devel@common-lisp.net http://lists.common-lisp.net/cgi-bin/mailman/listinfo/clo-devel
participants (2)
-
Erik Huelsmann
-
Hans Hübner