Author Topic: Planeshift CVS access denied.  (Read 3451 times)

zhaolu

  • Wayfarer
  • *
  • Posts: 4
    • View Profile
Planeshift CVS access denied.
« on: June 03, 2004, 11:19:07 am »
I can not access the planeshift cvs since the day before yesterday, what is the problem?

message as follow:
cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/planeshift init
cvs [init aborted]: unrecognized auth response from cvs.sourceforge.net: M PserverBackend::PserverBackend() Connect (Connection refused)

***** CVS exited normally with code 1 *****

lynx_lupo

  • Veteran
  • *
  • Posts: 1431
  • Sorbus aria!
    • View Profile
    • Linux pri nas
(No subject)
« Reply #1 on: June 03, 2004, 01:55:16 pm »
CVS is down, SF is on it, so just wait a bit.
"Amor sceleratus habendi"- Ovid
"First they ignore you, then they laugh at you, then they fight you, then you eat them." -Godzilla

RonHiler

  • Traveller
  • *
  • Posts: 49
    • View Profile
(No subject)
« Reply #2 on: June 03, 2004, 04:05:46 pm »
That wouldn\'t work even if the CVS was working properly.  init is a write function, which anonymous pserver access doesn\'t have permission for.

Even if you *had* write access, you don\'t want to init the repository anyway.  Init is meant only to start a new repository, and PS\'s repository is already there.  It wouldn\'t do any damage, because init doesn\'t erase what is already there, but you wouldn\'t do anything useful either.

I think what you meant to do was check out the source, which you can do from an anonymous connection (though you couldn\'t commit any changes back into the repository).

try this
cvs checkout -P :pserver:anonymous@cvs.sourceforge.net:/cvsroot/planeshift planeshift

(assuming planeshift is the module name, not sure about that and I\'m too lazy to look it up :) )

If you want write access to the repository, you\'d have to become a member of the development team.

Ron

zhaolu

  • Wayfarer
  • *
  • Posts: 4
    • View Profile
The cvs is ok now. thanks
« Reply #3 on: June 04, 2004, 08:50:12 am »
but I meet compile error.

Operating system: winxp
Compiler: vc7.1
Crystal Space CVS date: 06/04/2004
CEL CVS date: 06/04/2004
Cal3D CVS date: 06/04/2004
Planeshift CVS date: 06/04/2004

Bug type: compilation error
Bug description:
networkmgr.cpp
\\PlaneShift\\planeshift\\src\\npcclient\\networkmgr.cpp(354) : error C2039:\"msgstrings\"is not \"psNPCClient\" \'s member,
f:\\PlaneShift\\planeshift\\src\\npcclient\\npcclient.h(58):, refer \"psNPCClient\" declaration.


I chang \"npcclient->msgstrings\" to NULL, then it can be compiled and linked. I  run the program psclient.exe in debug mode, but it always crash in \\planeshift\\src\\common\\paws\\pawstexturemanager.cpp line 388, \" texture->GetOriginalDimensions( textureRectangle.xmax, textureRectangle.ymax );\".
Does anybody know why, please tell me.
« Last Edit: June 04, 2004, 09:20:02 am by zhaolu »

acraig

  • Administrator
  • Veteran
  • *
  • Posts: 1562
    • View Profile
(No subject)
« Reply #4 on: June 04, 2004, 03:36:03 pm »
Yes, the msgstrings is a known problem just haven\'t got around to fixing it yet since it is not critical to what I am working on at the moment.  Somebody will fix today sometime.

For the second error I will take a look later today. Most likely because the texture variable is NULL.
----------
Andrew
"For all I know, she's lying, everyone's lying; welcome to the Internet"

zimba

  • Wayfarer
  • *
  • Posts: 1
    • View Profile
(No subject)
« Reply #5 on: September 20, 2004, 01:13:41 am »
I got a similar problem :

cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/planeshift login
(with blank password) gives :
Quote
cvs [login aborted]: unrecognized auth response from cvs.sourceforge.net: M PserverBackend::PserverBackend() Connect (Connection refused)


Altrough it works well with other sourceforge projects.. any idea ?
Do sf still have cvs problems ?

Cheers,
zimba

acraig

  • Administrator
  • Veteran
  • *
  • Posts: 1562
    • View Profile
(No subject)
« Reply #6 on: September 20, 2004, 02:20:57 am »
From Sourceforge page

Quote

 2004-09-17 10:27:57 - Project CVS Service )   As of 2004-09-17 there is a problem with the CVS host serving anonymous CVS, nightly tarballs and ViewCVS for projects that start with the letters m, n, p, q, t, y and z. We currently do not have an estimate on when they will be back up.
----------
Andrew
"For all I know, she's lying, everyone's lying; welcome to the Internet"

Greatwolf

  • Traveller
  • *
  • Posts: 30
    • View Profile
(No subject)
« Reply #7 on: September 28, 2004, 07:24:39 pm »
how should we update to the latest files in the cvs in the meantime?

Androgos

  • Guest
(No subject)
« Reply #8 on: September 28, 2004, 07:51:25 pm »
That was for.. ehh. 10 days ago

Greatwolf

  • Traveller
  • *
  • Posts: 30
    • View Profile
(No subject)
« Reply #9 on: September 29, 2004, 11:02:09 am »
that\'s true but I\'m still getting an error when I try to downoad the source tree using tortoisecvs.

Code: [Select]
In F:\\: \"E:\\Program Files\\TortoiseCVS\\cvs.exe\" \"-q\" \"checkout\" \"-P\" \"planeshift\"
CVSROOT=:pserver:anonymous@cvs.sourceforge.net:/cvsroot/planeshift login

cvs [checkout aborted]: authorization failed: server cvs.sourceforge.net rejected access to /cvsroot/planeshift login for user anonymous

Error, CVS operation failed


I know this use to work just fine before.

Greatwolf

  • Traveller
  • *
  • Posts: 30
    • View Profile
(No subject)
« Reply #10 on: September 30, 2004, 08:13:41 am »
never mind, it seems to work if I remove the login at the end :)

Aravi

  • Hydlaa Resident
  • *
  • Posts: 70
    • View Profile
(No subject)
« Reply #11 on: February 09, 2005, 10:57:36 pm »
Code: [Select]
[root@ironclad planeshift-scratch]# cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/planeshift login
Logging in to :pserver:anonymous@cvs.sourceforge.net:2401/cvsroot/planeshift
CVS password:
cvs [login aborted]: unrecognized auth response from cvs.sourceforge.net: M PserverBackend::PserverBackend() Connect (Connection refused)


Problem is back. There does appear to be a partial CVS outage in progress according to this page:
http://sourceforge.net/docman/display_doc.php?group_id=1&docid=2352

Hope this helps anyone experiencing difficulties.