| View previous topic :: View next topic |
| Author |
Message |
cory1492
Joined: 10 Dec 2004 Posts: 216
|
Posted: Fri Dec 10, 2004 2:05 pm Post subject: CVS access help please |
|
|
Hi, Im new here and am looking to start using my dev kit - yes its working ok (THANKS OOPO for the page to help set this up in cygwin!) any help/suggestions/jokes at my expense would be appreciated as I am at a loss as to how to get this going ----->
My problem is this - using the info on the pages:
http://ps2dev.org/kb.x?T=706
http://forums.ps2dev.org/viewtopic.php?t=212&highlight=access+cvs
I am unable to gain anonymous access - in some cases it says the directory doesnt exist and in others it just keeps asking for the password.
I personally like to use TortoiseCVS to check out CVS files but I cant seem to get into the CVS repository. I have previously used Tortoise and unless I am mistaken I dont have the full, correct info to access the CVS by any other means than the web interface.
Here is the CVSROOT I used in Tortoise to access another repository
:pserver:anonymous@cvs.sourceforge.net:/cvsroot/ps2kl
no problems with it to access the keylauncher files.
Here is the on I last tried (I tried many) to access the ps2dev repository:
:pserver:anonymous@ps2dev.org:/home/ps2cvs
:pserver:anonymous@cvs.ps2dev.org:/home/ps2cvs
:pserver:anonymous@ps2dev.org:/ps2cvs
:pserver:anonymous@cvs.ps2dev.org:/ps2cvs
the following error is generated, also a request for the password follows it:
In I:\linux\ps2dev cvs: "C:\Program Files\TortoiseCVS\cvs.exe" "-q" "checkout" "-P" "neocdps2"
CVSROOT=:pserver:anonymous@cvs.ps2dev.org:/home/ps2cvs
cvs checkout: Empty password used - try 'cvs login' with a real password
cvs [checkout aborted]: authorization failed: server cvs.ps2dev.org rejected access to /home/ps2cvs for user anonymous |
|
| Back to top |
|
 |
cheriff Regular
Joined: 23 Jun 2004 Posts: 262 Location: Sydney.au
|
Posted: Fri Dec 10, 2004 2:31 pm Post subject: Re: CVS access help please |
|
|
| cory1492 wrote: |
cvs checkout: Empty password used - try 'cvs login' with a real password |
The password isn't empty, it is "anonymous"
I was using tortise for a bit, and it will work fine eventually... ;) _________________ Damn, I need a decent signature! |
|
| Back to top |
|
 |
Oobles Site Admin
Joined: 17 Jan 2004 Posts: 362 Location: Melbourne, Australia
|
Posted: Fri Dec 10, 2004 2:47 pm Post subject: |
|
|
That is correct. The userid and passwords are the same for access to CVS. The userid is "anonymous" and the password is "anonymous".
The exact reason for having no password at all has been forgotten in my short memory. :)
Oobles. |
|
| Back to top |
|
 |
evilo

Joined: 22 Apr 2004 Posts: 230
|
Posted: Fri Dec 10, 2004 7:01 pm Post subject: |
|
|
| Personnaly I would recommend winCVS...! most of all because I never get tortoise working on my PC :) |
|
| Back to top |
|
 |
cory1492
Joined: 10 Dec 2004 Posts: 216
|
Posted: Fri Dec 10, 2004 8:01 pm Post subject: cvs tortoise |
|
|
Thanks for the help :)
OK, I feel like beating this thing with a stick - if anyone else likes to use Tortoise on Windows, the most recent release requires the following:
TortoiseCVS 1.8.8 instructions + CVSNT 2.0.58d for ps2dev anonymous CVS access:
enter in the "CVSROOT" line:
":pserver:anonymous@cvs.ps2dev.org:/home/ps2cvs" (without quotes)
it will ask for a password so use
"anonymous" (without ") - after this you have a keyfile that takes care of the password automagically
ignore any error message it gives you, it does fetch the modules to the drop down list and lets you check them out using windows context menus.
(ps I tried the password as anonymous before I asked, and it gave me error messages saying unsuccessful attempt - for whatever reason the error is misleading) |
|
| Back to top |
|
 |
|