
I tried to loo at the pypy source code, but neither the viewcvs link http://codespeak.net/viewcvs.cgi/pypy/trunk/src/pypy worked, nor could I check out with svn: c:\>svn --version svn, version 0.24.2 (r6284) compiled Jun 19 2003, 05:44:59 Copyright (C) 2000-2003 CollabNet. Subversion is open source software, see http://subversion.tigris.org/ The following repository access (RA) modules are available: * ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol. - handles 'http' schema - handles 'https' schema * ra_local : Module for accessing a repository on local disk. - handles 'file' schema * ra_svn : Module for accessing a repository using the svn network protocol. - handles 'svn' schema c:\>svn co http://codespeak.net/svn/pypy/trunk/src/pypy A pypy\interpreter svn: RA layer request failed svn: REPORT request failed on '/svn/pypy/trunk/src/pypy' svn: REPORT of '/svn/pypy/trunk/src/pypy': 409 Conflict (http://codespeak.net) c:\> What's the problem? Thanks, Thomas

Hi Thomas, [Thomas Heller Thu, Apr 15, 2004 at 02:49:05PM +0200]
I tried to loo at the pypy source code, but neither the viewcvs link http://codespeak.net/viewcvs.cgi/pypy/trunk/src/pypy worked,
We had to disabled this service due to bad interaction with search spiders. We hope to re-enable it soon.
yes, you need a newer version. I recommend >1.0 e.g. 1.0.1 of subversion. You'll find some links here: http://codespeak.net/pypy/index.cgi?doc/devel/howtosvn.html cheers, holger

holger krekel <hpk@trillke.net> writes:
Thanks, Holger. I can check it out now. However, test_all fails early, in two different ways depending on how I start it (it's not a big deal, mainly I wanted to read the code instead of running it, but maybe you wanted to know this): c:\pypy>test_all.py Traceback (most recent call last): File "c:\pypy\test_all.py", line 7, in ? testit.main(tool.autopath.pypydir) File "c:\pypy\tool\testit.py", line 372, in main suite = testsuite_from_dir(root, filterfunc, 1) File "c:\pypy\tool\testit.py", line 245, in testsuite_from_dir from vpath import getlocal, nodotfile ImportError: No module named vpath c:\pypy>\python23\python test_all.py Traceback (most recent call last): File "test_all.py", line 4, in ? from pypy.tool import testit File "c:\pypy\tool\testit.py", line 2, in ? import os, sys, unittest, re, warnings, unittest, traceback, StringIO ImportError: No module named unittest c:\pypy> Thomas

[Thomas Heller Thu, Apr 15, 2004 at 03:28:04PM +0200]
I also fixed the source url (like Jens-Uwe suggested) and now the source-repository link works again: http://codespeak.net/pypy/index.cgi?source
the tests are supposed to pass in each revision.
you need to check out http://codespeak.net/svn/pypy/trunk/src and not http://codespeak.net/svn/pypy/trunk/src/pypy because 'src' contains a number of support packages (a hacked pyrex/Plex for c-translation and 'vpath' as an abstraction to access the file system). cheers, holger

On Thu, Apr 15, 2004 at 15:02 +0200, holger krekel wrote:
Actually I was able to re-enable the service even though it is a bit unstable. I used http: urls internally to avoid the repository corruption issue and have now added a small wrapper shell script that automatically restarts the service in case it fails. But the standalone HTTP server that is internal to it is a bit simple and requires a trailing slash for directories: http://codespeak.net/viewcvs/pypy/trunk/src/pypy/ This is different than before where it did run as a CGI script and Apache took care about the trailing slash. -- Jens-Uwe Mager <pgp-mailto:F476EBC2>

Hi Thomas, [Thomas Heller Thu, Apr 15, 2004 at 02:49:05PM +0200]
I tried to loo at the pypy source code, but neither the viewcvs link http://codespeak.net/viewcvs.cgi/pypy/trunk/src/pypy worked,
We had to disabled this service due to bad interaction with search spiders. We hope to re-enable it soon.
yes, you need a newer version. I recommend >1.0 e.g. 1.0.1 of subversion. You'll find some links here: http://codespeak.net/pypy/index.cgi?doc/devel/howtosvn.html cheers, holger

holger krekel <hpk@trillke.net> writes:
Thanks, Holger. I can check it out now. However, test_all fails early, in two different ways depending on how I start it (it's not a big deal, mainly I wanted to read the code instead of running it, but maybe you wanted to know this): c:\pypy>test_all.py Traceback (most recent call last): File "c:\pypy\test_all.py", line 7, in ? testit.main(tool.autopath.pypydir) File "c:\pypy\tool\testit.py", line 372, in main suite = testsuite_from_dir(root, filterfunc, 1) File "c:\pypy\tool\testit.py", line 245, in testsuite_from_dir from vpath import getlocal, nodotfile ImportError: No module named vpath c:\pypy>\python23\python test_all.py Traceback (most recent call last): File "test_all.py", line 4, in ? from pypy.tool import testit File "c:\pypy\tool\testit.py", line 2, in ? import os, sys, unittest, re, warnings, unittest, traceback, StringIO ImportError: No module named unittest c:\pypy> Thomas

[Thomas Heller Thu, Apr 15, 2004 at 03:28:04PM +0200]
I also fixed the source url (like Jens-Uwe suggested) and now the source-repository link works again: http://codespeak.net/pypy/index.cgi?source
the tests are supposed to pass in each revision.
you need to check out http://codespeak.net/svn/pypy/trunk/src and not http://codespeak.net/svn/pypy/trunk/src/pypy because 'src' contains a number of support packages (a hacked pyrex/Plex for c-translation and 'vpath' as an abstraction to access the file system). cheers, holger

On Thu, Apr 15, 2004 at 15:02 +0200, holger krekel wrote:
Actually I was able to re-enable the service even though it is a bit unstable. I used http: urls internally to avoid the repository corruption issue and have now added a small wrapper shell script that automatically restarts the service in case it fails. But the standalone HTTP server that is internal to it is a bit simple and requires a trailing slash for directories: http://codespeak.net/viewcvs/pypy/trunk/src/pypy/ This is different than before where it did run as a CGI script and Apache took care about the trailing slash. -- Jens-Uwe Mager <pgp-mailto:F476EBC2>
participants (3)
-
holger krekel
-
Jens-Uwe Mager
-
Thomas Heller