On Sat, 20 Oct 2001, Paul Winkler wrote:
> Hi Maurizio,
>
> I can't seem to check in some little fixes. Haven't used cvs except
> for checkout before... What am I missing?
>
> [pw@roaddog omde]$ cvs -z3 -d:pserver:sl...@cv...:/cvsroot/pythonsound login
> (Logging in to sl...@cv...)
> CVS password:
> [pw@roaddog omde]$ cvs commit -m "Spelling corrections: rythm -> rhythm" omde/rhythm.py cvs [server aborted]: "commit" requires write access to the repository
You need to use SSH.
export CVS_RSH=ssh
export CVS...@cv...:/cvsroot/pythonsound
See the "Developer CVS Access via SSH" section here:
http://sourceforge.net/cvs/?group_id=15938
and this docs if you need more info about SSH
http://sourceforge.net/docman/display_doc.php?docid=761&group_id=1
http://sourceforge.net/docman/display_doc.php?docid=6841&group_id=1
Hope this helps,
Maurizio Umberto Puxeddu.
|