hello i have a problem CVS repository of crypticl : (with password: anonymous)
$> cvs -d :pserver:anonymous@common-lisp.net:/project/crypticl/cvsroot login Logging in to :pserver:anonymous@common-lisp.net:2401/project/crypticl/cvsroot CVS password: /project/crypticl/cvsroot: no such repository
there is some files in this project :
http://common-lisp.net/cgi-bin/viewcvs.cgi/src/?cvsroot=crypticl
Nicolas Lamirault lam@tuxfamily.org writes:
hello i have a problem CVS repository of crypticl : (with password: anonymous)
$> cvs -d :pserver:anonymous@common-lisp.net:/project/crypticl/cvsroot login Logging in to :pserver:anonymous@common-lisp.net:2401/project/crypticl/cvsroot CVS password: /project/crypticl/cvsroot: no such repository
there is some files in this project :
http://common-lisp.net/cgi-bin/viewcvs.cgi/src/?cvsroot=crypticl
This is odd; It should be working. I'll take a closer look at this later today.
Nikodemus: any idea what's going on?
Regards, Mario.
Nicolas Lamirault lam@tuxfamily.org writes:
hello i have a problem CVS repository of crypticl :
[...]
solved.
Regards, Mario.
Mario Mommer mmommer@common-lisp.net writes:
Nicolas Lamirault lam@tuxfamily.org writes:
hello i have a problem CVS repository of crypticl :
[...]
solved.
hello, i try to checkoutn but i have another problem :
cvs login
Logging in to :pserver:anonymous@common-lisp.net:2401/project/crypticl/cvsroot CVS password:
cvs co crypticl
cvs server: cannot find module `crypticl' - ignored cvs [checkout aborted]: cannot expand modules
Regards, Mario.
Nicolas Lamirault lam@tuxfamily.org writes:
hello, i try to checkoutn but i have another problem :
cvs login
Logging in to :pserver:anonymous@common-lisp.net:2401/project/crypticl/cvsroot CVS password:
cvs co crypticl
cvs server: cannot find module `crypticl' - ignored cvs [checkout aborted]: cannot expand modules
Odd. It works fine for me. I did like in the FAQ:
cvs -d :pserver:anonymous@common-lisp.net:/project/crypticl/cvsroot login
to log in, and then
cvs -z3 -d :pserver:anonymous@common-lisp.net:/project/crypticl/cvsroot co crypticl
to check out. Worked like it should.
Perhaps the problem is at your end?
Regards, Mario.
mommer@common-lisp.net writes:
Nicolas Lamirault lam@tuxfamily.org writes:
hello, i try to checkoutn but i have another problem :
cvs login
Logging in to :pserver:anonymous@common-lisp.net:2401/project/crypticl/cvsroot CVS password:
cvs co crypticl
cvs server: cannot find module `crypticl' - ignored cvs [checkout aborted]: cannot expand modules
Odd. It works fine for me. I did like in the FAQ:
cvs -d :pserver:anonymous@common-lisp.net:/project/crypticl/cvsroot login
to log in, and then
cvs -z3 -d :pserver:anonymous@common-lisp.net:/project/crypticl/cvsroot co crypticl
to check out. Worked like it should.
Perhaps the problem is at your end?
it works fine yes ! sorry i think i make a mistake with cryptIcl name (I) thanks for your help
Regards, Mario.