Hans Hübner | 19 Jun 2012 10:53
Picon
Gravatar

Anonymous CVS

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
Erik Huelsmann | 19 Jun 2012 23:17
Picon
Gravatar

Re: Anonymous CVS

I can have a look -- tomorrow night.


Bye,

Erik.

On Tue, Jun 19, 2012 at 10:53 AM, Hans Hübner <hans.huebner <at> 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 <at> common-lisp.net
http://lists.common-lisp.net/cgi-bin/mailman/listinfo/clo-devel

_______________________________________________
clo-devel mailing list
clo-devel <at> common-lisp.net
http://lists.common-lisp.net/cgi-bin/mailman/listinfo/clo-devel
Erik Huelsmann | 1 Jul 2012 21:34
Picon
Gravatar

Re: Anonymous CVS

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 <at> 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 <at> 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 <at> common-lisp.net
http://lists.common-lisp.net/cgi-bin/mailman/listinfo/clo-devel


_______________________________________________
clo-devel mailing list
clo-devel <at> common-lisp.net
http://lists.common-lisp.net/cgi-bin/mailman/listinfo/clo-devel
Hans Hübner | 1 Jul 2012 21:48
Picon
Gravatar

Re: Anonymous CVS

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 <at> 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 <at> 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 <at> 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 <at> common-lisp.net
>>> http://lists.common-lisp.net/cgi-bin/mailman/listinfo/clo-devel
>>
>>
>
>
> _______________________________________________
> clo-devel mailing list
> clo-devel <at> common-lisp.net
> http://lists.common-lisp.net/cgi-bin/mailman/listinfo/clo-devel
>

Gmane