| Hi Andres,
Just a clarification of Michael's comments, it means you need to use the
ext protocol to access the cvs, which requires ssh. If using from the
commandline, you wouldn't have to do a login with ext as it does it
every connection. So your commandline would be like:
cvs -d:ext:mantaraya36@cvs.sourceforge.net:/cvsroot csound commit -m
"Added vstbload-not yet working. fixed vstinfo to work
when not called at initial..." vst4cs.cpp vst4cs.h
If you don't generate a ssh key, then this commandline would then come
up with a prompt to ask you your password. If you do use a key, then
it'll use that and won't ask you anything.
steven
On Wed, 2004-07-14 at 18:51, Michael Gogins wrote:
> To use WinCVS you need a digital certificate and the PuTTY program, which
> WinCVS uses for secure shell (SSH) authentication to CVS. You are trying to
> use password authentication, which won't work in WinCVS.There are detailed
> instructions for getting this set up on SourceForge.
>
> If you install Cygwin, which comes with SSH and CVS, you can use password
> authentication just fine. If you have room on your PC you will find
> installing and using Cygwin (with command-line use of CVS) easier to get
> going with than WinCVS.
>
> ----- Original Message -----
> From: "Andres Cabrera"
> To: "Csound Developers Discussion List"
> Sent: Wednesday, July 14, 2004 8:23 PM
> Subject: [CSOUND-DEV:4981] can't write to cvs
>
>
> > Hi John,
> >
> > I can't seem to write to the cvs repository, can you check if
> > permissions for me are set correctly? I get the following from cvs:
> >
> > cvs -d :pserver:mantaraya36@cvs.sourceforge.net:/cvsroot/csound login
> > Logging in to
> :pserver:mantaraya36@cvs.sourceforge.net:2401:/cvsroot/csound
> >
> > ***** CVS exited normally with code 0 *****
> >
> > cvs commit -m "Added vstbload-not yet working. fixed vstinfo to work
> > when not called at initial..." vst4cs.cpp vst4cs.h (in directory
> > H:\C_Progs\csound5\Opcodes\vst4cs\src)
> > cvs [server aborted]: "commit" requires write access to the repository
> >
> > ***** CVS exited normally with code 1 *****
> >
> > It's very probable I'm doing something wrong. Does anyone know if you
> > have to do anything different when using winCVS?
> >
> > Cheers,
> > Andrés
> >
> >
>
> |