Yann Secq wrote: > > Hi, just a newbie question probably related to my lack of > knowledge with CVS. > I wanted to use phoenixJMS, and as no tarballs are available, > I tried to fetch the CVS using these commands : > cvs > -d:pserver:[EMAIL PROTECTED]:/cvsroot/phoenixjms > login > cvs -z3 > -d:pserver:[EMAIL PROTECTED]:/cvsroot/phoenixjms > co phoenixjms > > And I got this error : > > [localhost:~/CVS] secq% sh phoenixjms > (Logging in to [EMAIL PROTECTED]) > CVS password: > cvs checkout: cannot open CVS/Entries for reading: No such file or directory > cvs [checkout aborted]: no repository > > Then I replaced the modulename with 'jms' but I got the same > error. Have I missed something ?
It works perfectly for me
[EMAIL PROTECTED]:~/tmp> cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/phoenixjms login
(Logging in to [EMAIL PROTECTED])
CVS password:
[EMAIL PROTECTED]:~/tmp> cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/phoenixjms co phoenixjms
cvs server: Updating phoenixjms
cvs server: Updating phoenixjms/jms
U phoenixjms/jms/build.xml
U phoenixjms/jms/readme.txt
cvs server: Updating phoenixjms/jms/dist
cvs server: Updating phoenixjms/jms/dist/docs
cvs server: Updating phoenixjms/jms/dist/docs/images
cvs server: Updating phoenixjms/jms/lib
...
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>