PlaneShift

Development => Development Deliberation => Topic started by: zhaolu on June 03, 2004, 11:19:07 am

Title: Planeshift CVS access denied.
Post by: zhaolu 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 *****
Title:
Post by: lynx_lupo on June 03, 2004, 01:55:16 pm
CVS is down, SF is on it, so just wait a bit.
Title:
Post by: RonHiler 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
Title: The cvs is ok now. thanks
Post by: zhaolu 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.
Title:
Post by: acraig 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.
Title:
Post by: zimba 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
Title:
Post by: acraig on September 20, 2004, 02:20:57 am
From Sourceforge page (https://sourceforge.net/docman/display_doc.php?group_id=1&docid=2352)

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.
Title:
Post by: Greatwolf on September 28, 2004, 07:24:39 pm
how should we update to the latest files in the cvs in the meantime?
Title:
Post by: Androgos on September 28, 2004, 07:51:25 pm
That was for.. ehh. 10 days ago
Title:
Post by: Greatwolf 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.
Title:
Post by: Greatwolf on September 30, 2004, 08:13:41 am
never mind, it seems to work if I remove the login at the end :)
Title:
Post by: Aravi 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.