From: <Kai...@t-...> - 2000-11-09 07:46:54
|
Andy Adler wrote: > > On Mon, 6 Nov 2000, Matthew W. Roberts wrote: > > > I've now registered, and my username is aadler > > > > Your now an official repository developer. Welcome aboard! > > Thanks, > > I'm having trouble with sourceforge - maybe you can help. > I've installed all the ssh stuff, but I still can't > get cvs access: > > I type: > > cvs -z3 -da...@cv...:/cvsroot/octave co octave > aa...@cv...'s password: > Permission denied, please try again. > > I know this password is good because I can log into > sourceforge from the web. > > I'm I doing the correct cvs command? > > Thanks > _______________________________________ > Andy Adler, en...@nc... > > _______________________________________________ > Octave-dev mailing list > Oct...@li... > http://lists.sourceforge.net/mailman/listinfo/octave-dev Hello Andy, Did you export CVS_RSH=ssh ? Do you have ssh 1? I just tried: cvs -z3 -dk...@cv...:/cvsroot/octave co octave It works fine here. My ssh is SSH Version 1.2.27 [i686-unknown-linux], protocol version 1.5. Standard version. Does not use RSAREF. Do you plan, adding the SuperLU lib to the repository? If so, it might be a good idea to put it in an extra subdirectory 'octave/lib/SuperLU'. HTH Bye Kai -- Kai Habel mailto:kai...@gm... |