From: Johannes E. <joh...@er...> - 2003-05-15 18:47:38
|
On Thu, May 15, 2003, Stephen H. Westin <we...@gr...> wrote: > > I have finally gotten libusb driving a Canon digital camera under > MacOS X. It turns out that the system sets things up for devices of > class "Composite" that aren't recognized by the system, but devices of > other classes, like my camera, don't have the same structures set > up. I wrote some code to do this; I'm not sure it's really robust, but > it works for me. > > Anyway, is there any chance of incorporating this into CVS? I can't > give you "diff" output, as I can't seem to check out anonymously from > the SourceForge repository. Here's what I do: > > [kingslake:~/gphoto2] westin% cvs -d:pserver:ano...@cv...:/cvsroot/libusb login > (Logging in to ano...@cv...) > CVS password: > cvs [login aborted]: authorization failed: server cvs.sourceforge.net rejected access > [kingslake:~/gphoto2] westin% > > Why does it demand a password? Is something amiss with the repository, > or am I doing something wrong? I copied and pasted the exact command > from the CVS Web page <http://sourceforge.net/cvs/?group_id=1674>. > > Any help is appreciated. It works for me: belushi:~% cvs -d:pserver:ano...@cv...:/cvsroot/libusb login Logging in to :pserver:ano...@cv...:2401/cvsroot/libusb CVS password: belushi:~% Did you hit just enter for the password? JE |