Trying to get in to nxogre.cvs.sourceforge.net/nxogre

mnm23

17-08-2006 04:17:20

Hey guys im trying to download the CVS. I have never used CVS, I had a friend donwload the latest nxOgre CVS last weekend. I am currently having a problem with nxOgre so i am forced to redownloaded it but like i said i am unfimiliar with it. So i tried it out through Tortoise CVS and of course i had problems.

ok so for CVSROOT: i typed in

:pserver:anonymous@nxogre.cvs.sourceforge.net:/cvsroot/nxogre login

this kept asking me for a password so then i tried

:pserver:anonymous@nxogre.cvs.sourceforge.net:/cvsroot/nxogre

this went into the site but said there was no module named nxogre

M@gg!

17-08-2006 07:50:43

Right klick on the folder in which you'd like to download it, then chose "checkout".

Now set:

Protokoll: Password Server (:pserver:)
Server: nxogre.cvs.sourceforge.net
Repository-Folder: /cvsroot/nxogre
Module: nxogre

The rest should be empty.

mnm23

17-08-2006 09:13:45

It didnt work either. This is what i got when i tried that.

Empty password used - try 'cvs login' with a real password
cvs server: cannot find module `nxogre ' - ignored

Error, CVS operation failed

DaCracker

17-08-2006 10:10:15

Try this with Cygwin (or Linux):

cvs -z3 -d :pserver:anonymous@nxogre.cvs.sourceforge.net:/cvsroot/nxogre login

don't enter any password when asked and enter this when you
are logged in:

cvs -z3 -d :pserver:anonymous@nxogre.cvs.sourceforge.net:/cvsroot/nxogre
co nxogre


this works for me :)