[jsword-devel] First Posting
Paul Price
jsword-devel@crosswire.org
Tue, 2 Dec 2003 09:33:47 -1000
> Any ideas?
I originally got the same under Linux, but it contained a clue on how
to fix it:
price@mithrandir:/home/price/temp>cvs -d
:pserver:anonymous@cvs.crosswire.org:/cvs/jsword co jsword
cvs checkout: authorization failed: server cvs.crosswire.org rejected
access to
/cvs/jsword for user anonymous
cvs checkout: used empty password; try "cvs login" with a real password
So I did:
price@mithrandir:/home/price/temp>cvs -d
:pserver:anonymous@cvs.crosswire.org:/cvs/jsword login
Logging in to :pserver:anonymous@cvs.crosswire.org:2401/cvs/jsword
CVS password:
price@mithrandir:/home/price/temp>cvs -d
:pserver:anonymous@cvs.crosswire.org:/cvs/jsword co jsword
cvs server: Updating jsword
....
Bottom line is that you need to "cvs login" before you "cvs co". Then,
when you're finished, I guess you "cvs logout".
Paul.
<><