|
From: Reuben T. <rr...@sc...> - 2006-01-17 20:31:05
|
I followed the instructions in the FAQ for getting to anonymous CVS, and they don't seem to work (nor do they tell you what password to use for cvs login). It would be better just to include a link to SourceForge's instructions on how to get anonymous CVS (or copy the commands from there), at: http://sourceforge.net/cvs/?group_id=2055 The instructions at http://www.gnuplot.info/development/index.html#DownloadCVS are similarly problematic. Looking closer, the problem you have is just that your instructions are out of date (they talk about cvs.gnuplot.sourceforge.net instead of cvs.sourceforge.net), but the SourceForge instructions involve only two commands, and don't mess with the user's environment, so may be considered superior: cvs -d:pserver:ano...@cv...:/cvsroot/gnuplot login cvs -z3 -d:pserver:ano...@cv...:/cvsroot/gnuplot co -P gnuplot |
|
From: Ethan M. <merritt@u.washington.edu> - 2006-01-18 18:26:07
|
On Tuesday 17 January 2006 12:30 pm, Reuben Thomas wrote: > I followed the instructions in the FAQ for getting to anonymous CVS, > and they don't seem to work (nor do they tell you what password to > use for cvs login). Eh. "anonymous" access means it is not sensitive to passwords. That's what it always means, so far as I know. > Looking closer, the problem you have is just that your instructions > are out of date (they talk about cvs.gnuplot.sourceforge.net instead > of cvs.sourceforge.net), You may well be right that the addresses and perhaps some other details need to be updated. I will have a look... I see that Petr has already updated the page that gives a set of bash commands. I'll do the same for the csh version. > but the SourceForge instructions involve > only two commands, and don't mess with the user's environment, so may > be considered superior: All I can say is that at the time I first started working with gnuplot via SourceForge, the instructions for anonymous cvs access provided by SourceForge itself were impenetrable. It was only by following the specific advice of other gnuplot contributors that I managed to get it working. If SourceForge's instructions have been improved to the point that they are understandable - that's great. But I think it's still a good idea to provide a set of instructions on the gnuplot pages as well. > cvs -d:pserver:ano...@cv...:/cvsroot/gnuplot login > cvs -z3 -d:pserver:ano...@cv...:/cvsroot/gnuplot co > -P gnuplot -- Ethan A Merritt Biomolecular Structure Center University of Washington, Seattle WA |
|
From: Reuben T. <rr...@sc...> - 2006-01-18 18:30:32
|
On Wed, 18 Jan 2006, Ethan Merritt wrote: > On Tuesday 17 January 2006 12:30 pm, Reuben Thomas wrote: >> I followed the instructions in the FAQ for getting to anonymous CVS, >> and they don't seem to work (nor do they tell you what password to >> use for cvs login). > > Eh. "anonymous" access means it is not sensitive to passwords. > That's what it always means, so far as I know. In that case, it should say so. An empty password seems to work fine with the SourceForge instructions. > All I can say is that at the time I first started working with gnuplot > via SourceForge, the instructions for anonymous cvs access provided > by SourceForge itself were impenetrable. They seem pretty clear now. > But I think it's still a good idea to provide a set of instructions on > the gnuplot pages as well. Indeed, but it avoids confusion if the commands are the same. -- http://rrt.sc3d.org/ Extreme programming: burn your bridges when you come to them |
|
From: Petr M. <mi...@ph...> - 2006-01-19 10:12:15
|
> I followed the instructions in the FAQ for getting to anonymous CVS, and they > don't seem to work I've updated it them. > The instructions at > http://www.gnuplot.info/development/index.html#DownloadCVS > are similarly problematic. They work. --- PM |
|
From: Daniel J S. <dan...@ie...> - 2006-03-13 07:33:18
|
Was that problem with the CVS archive ever fixed. It works intermitently, but today wasn't working at all. Keep getting: Logging in to :pserver:ano...@cv...:2401/cvsroot/gnuplot CVS password: cvs [login aborted]: end of file from server (consult above messages if any) and cvs [checkout aborted]: end of file from server (consult above messages if any) Dan |