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
>
Marco Antoniotti | 18 Jul 2012 23:12
Picon

CVS port down?

Hi,

I have the passwordless setup and can login to common-lisp.net without problems (I get on 'tiger').  Howver, I have not been able to commit.  This is the error I get.


marcoxa$ cvs commit
cvs commit: Examining .
cvs commit: Examining debian
cvs commit: Examining docs
ssh: connect to host cvs.sourceforge.net port 22: Connection refused
cvs [commit aborted]: end of file from server (consult above messages if any)


Also, the link 

http://web.eecs.utk.edu/~england/ssh.html

in the FAQ is dead.

Can you check that?

Thanks



--
Marco Antoniotti




--
Marco Antoniotti


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

Re: CVS port down?

Marco,

On Wed, Jul 18, 2012 at 11:12 PM, Marco Antoniotti <marcoxa <at> cs.nyu.edu> wrote:
> ssh: connect to host cvs.sourceforge.net port 22: Connection refused

You're trying to connect to cvs.sourceforge.net, which is outside of
our administrative control.  Maybe you're in the wrong checkout
directory?

-Hans

> cvs [commit aborted]: end of file from server (consult above messages if
> any)
>
>
> Also, the link
>
> http://web.eecs.utk.edu/~england/ssh.html
>
> in the FAQ is dead.
>
> Can you check that?
>
> Thanks
>
>
>
> --
> Marco Antoniotti
>
>
>
>
> --
> Marco Antoniotti
>
>
>
> _______________________________________________
> clo-devel mailing list
> clo-devel <at> common-lisp.net
> http://lists.common-lisp.net/cgi-bin/mailman/listinfo/clo-devel
>
Marco Antoniotti | 19 Jul 2012 08:39
Picon

Re: CVS port down?

Duh!

Sorry.

Marco

On Jul 18, 2012, at 23:33 , Hans Hübner wrote:

> Marco,
> 
> On Wed, Jul 18, 2012 at 11:12 PM, Marco Antoniotti <marcoxa <at> cs.nyu.edu> wrote:
>> ssh: connect to host cvs.sourceforge.net port 22: Connection refused
> 
> You're trying to connect to cvs.sourceforge.net, which is outside of
> our administrative control.  Maybe you're in the wrong checkout
> directory?
> 
> -Hans
> 
>> cvs [commit aborted]: end of file from server (consult above messages if
>> any)
>> 
>> 
>> Also, the link
>> 
>> http://web.eecs.utk.edu/~england/ssh.html
>> 
>> in the FAQ is dead.
>> 
>> Can you check that?
>> 
>> Thanks
>> 
>> 
>> 
>> --
>> Marco Antoniotti
>> 
>> 
>> 
>> 
>> --
>> Marco Antoniotti
>> 
>> 
>> 
>> _______________________________________________
>> 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

--
Marco Antoniotti
Marco Antoniotti | 19 Jul 2012 22:50
Picon

New project: MK:DEFSYSTEM

Hi

I would like to create a new project under common-lisp.net.

I have been maintaining a version of MK:DEFSYSTEM for quite some time now and I think it'd be better to move
from CLOCC.  Old stuff, but still useful.

Thanks

--
Marco Antoniotti
Scott L. Burson | 22 Jul 2012 19:45

Public 'http:' SVN URL doesn't work as shown in FAQ

Hi,

I was checking that the public SVN URLs given in the FAQ would
actually work.  The first one (the 'svn:' one) works fine, but the
'http:' one doesn't work as shown.  I fiddled around a little and
found that it works if I leave out 'project/':

  svn co http://svn.common-lisp.net/fset

I don't know if the better fix is to change the server config or to
change the URL in the FAQ.

-- Scott

Gmane