Thanks.  I guess using more parameters is an interim solution:
        cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvs checkout sv/
        cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvs commit

However, with those above examples, it doesn't matter what I set CVSROOT to.

-Lars
Lars Nooden ([EMAIL PROTECTED])
        Swedish Native-Lang co-lead
        http://sv.openoffice.org

On Sat, 25 Feb 2006, Robert Ludvik wrote:


 cvs [server aborted]: "commit" requires write access to the repository
 cvs commit: saving log message in /tmp/cvssCQ2yW


This works for me (note export CVSROOT=localhost) in Linux:

ssh -2 -x -L 2401:localhost:2401 [EMAIL PROTECTED]

and in other console:
export CVSROOT=localhost
cvs -d :pserver:[EMAIL PROTECTED]:/cvs login
cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvs checkout PROJECT

Bye
Robert Ludvik

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to