PlaneShift
Development => Development Deliberation => Topic started 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 *****
-
CVS is down, SF is on it, so just wait a bit.
-
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
-
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.
-
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.
-
I got a similar problem :
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/planeshift login
(with blank password) gives :
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
-
From Sourceforge page (https://sourceforge.net/docman/display_doc.php?group_id=1&docid=2352)
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.
-
how should we update to the latest files in the cvs in the meantime?
-
That was for.. ehh. 10 days ago
-
that\'s true but I\'m still getting an error when I try to downoad the source tree using tortoisecvs.
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.
-
never mind, it seems to work if I remove the login at the end :)
-
[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.