wxpython CVS cannot access

Hello all
I access as an anoncvs user but failed.
  1 #!/bin/bash
  2
  3 export set CVSROOT=:pserver:anoncvs@cvs.wxwidgets.org:/home/Develop/python/wx/SRC/
  4 cvs login
  5 cvs co wxWidgets
  6

I entered password anoncvs but result is:

#.:./co.sh
Logging in to :pserver:anoncvs@cvs.wxwidgets.org:2401/home/Develop/python/wx/SRC
CVS password:
cvs login: authorization failed: server cvs.wxwidgets.org rejected
access to /home/Develop/python/wx/SRC for user anoncvs
cvs checkout: authorization failed: server cvs.wxwidgets.org rejected
access to /home/Develop/python/wx/SRC for user anoncvs
cvs checkout: used empty password; try "cvs login" with a real password

Is there anything I did wrong?

···

--
-- Jia LU
<http://www.lujia.us>
Registered Linux user #434792
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')])
for p in '001akor@liamg.moc'.split('@')])"
--
\ "Unix is an operating system, OS/2 is half an operating system, |
  `\ Windows is a shell, and DOS is a boot partition virus." -- |
_o__) Peter H. Coffin |

Jia Lu wrote:

Hello all
I access as an anoncvs user but failed.
1 #!/bin/bash
2
3 export set CVSROOT=:pserver:anoncvs@cvs.wxwidgets.org:/home/Develop/python/wx/SRC/

The path on the server is /pack/cvsroots/wxwidgets, not /home/Develop/python/wx/SRC/.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

sorry I thought that was my local path and changed it :stuck_out_tongue:

···

2007/4/21, Robin Dunn <robin@alldunn.com>:

Jia Lu wrote:
> Hello all
> I access as an anoncvs user but failed.
> 1 #!/bin/bash
> 2
> 3 export set
> CVSROOT=:pserver:anoncvs@cvs.wxwidgets.org:/home/Develop/python/wx/SRC/

The path on the server is /pack/cvsroots/wxwidgets, not
/home/Develop/python/wx/SRC/.

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org

--
-- Jia LU
<http://www.lujia.us>
Registered Linux user #434792
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')])
for p in '001akor@liamg.moc'.split('@')])"
--
\ "Unix is an operating system, OS/2 is half an operating system, |
  `\ Windows is a shell, and DOS is a boot partition virus." -- |
_o__) Peter H. Coffin |