[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Two problems w/ subversion

From: Karl Fogel <kfogel_at_collab.net>
Date: 2001-07-10 18:13:44 CEST

Jon Trowbridge <trow@ximian.com> writes:
> (1) A minor problem.
>
> The test scripts (basic-tests.py in particular) seem to require python
> 2.0. On my machine (running debian Woody), "python" invokes python
> 1.5.2 and "python2" runs 2.0. Thus things like basic-tests.py won't run
> for me unless I manually run them from the command line with "python2
> ./basic-tests.py".

Hmmm. Not really sure what a good fix for this would be; unless
there's some way to make autoconf discover python 2.0 on your machine
under the name "python2"?

I know you probably hate hearing this, but running them manually until
you upgrade python isn't the worst thing in the world (not as serious
as the autoconf 2.13 vs 2.50 issue, for example). :-) Unlike autoconf
and similar tools, languages don't generally have serious
backward-incompatibilities, so asking people to upgrade their pythons
seems like a reasonable thing. Upgrading to python2 should break
nothing, and make it possible to run more code.

-K

> (2) A larger problem
>
> svnadmin segfaults when I try to create a repository. Here is a
> backtrace

Working on it right now with Mike Pilato <cmpilato@collab.net>.
Thanks for the report!

-K

> (gdb) run create /home/trow/svn-test-repos
> Starting program: /home/trow/bin/svnadmin create
> /home/trow/svn-test-repos
>
> Program received signal SIGSEGV, Segmentation fault.
> 0x0 in ?? ()
> (gdb) bt
> #0 0x0 in ?? ()
> #1 0x804ad77 in cleanup_fs (fs=0x80736a4) at
> subversion/libsvn_fs/fs.c:143
> #2 0x804b572 in svn_fs_create_berkeley (fs=0x80736a4,
> path=0x7ffffa22 "/home/trow/svn-test-repos")
> at subversion/libsvn_fs/fs.c:436
> #3 0x804a5f3 in main (argc=3, argv=0x7ffff8c4)
> at subversion/svnadmin/main.c:159
>
> I'm using the db3 packages provided by debian.
>
> -JT
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:33 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.