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

RE: SVN on IRIX ...

From: Martin Ayotte <mayotte_at_orthosoft.ca>
Date: 2003-06-11 18:48:08 CEST

Hi Ben !

effectively all test seems to pass, so it must be releated to mod_dav_svn.so and/or apache
But using a Mozilla browser I can access properly to root level of my empty repository,
(I can also browser deeper in a second repository restored from a Linux machine using svnadmin dump/load)
and if I try simple "ls" command, even locally on the server, I got the following outputs
(so, is there a way to turn some kind of verbose mode so that mod_dav_svn.so will produce more trace in apache log ?)

Thanks in advance,
Martin

CmdLine error :

olympe 19 ~/svn-work% svn ls http://localhost:8880/svn/repos
svn: RA layer request failed
svn: The path was not part of a repository
svn: PROPFIND request failed on '/'
svn: PROPFIND of '/': 405 Method Not Allowed (http://localhost:8880)

Apache Error Log :

[Wed Jun 11 12:38:03 2003] [notice] Apache/2.0.45 (Unix) SVN/0.23.0 DAV/2 configured -- resuming normal operations
[Wed Jun 11 12:40:03 2003] [notice] child pid 4838818 exit signal Segmentation fault (11), possible coredump in /homes/Developer/projet/apache2

make check :
Running all tests in config-test...success
Running all tests in diff-diff3-test...success
Running all tests in hashdump-test...success
Running all tests in path-test...success
Running all tests in random-test...success
Running all tests in stream-test...success
Running all tests in stringtest...success
Running all tests in time-test...success
Running all tests in translate-test...success
Running all tests in target-test.py...success
Running all tests in run-fs-tests.py...success
Running all tests in run-repos-tests.py...success
Running all tests in getopt_tests.py...success
Running all tests in basic_tests.py...success
Running all tests in commit_tests.py...success
Running all tests in update_tests.py...success
Running all tests in switch_tests.py...success
Running all tests in prop_tests.py...success
Running all tests in schedule_tests.py...success
Running all tests in log_tests.py...success
Running all tests in copy_tests.py...success
Running all tests in diff_tests.py...success
Running all tests in externals_tests.py...success
Running all tests in merge_tests.py...success
Running all tests in stat_tests.py...success
Running all tests in trans_tests.py...success
Running all tests in svnadmin_tests.py...success
Running all tests in svnlook_tests.py...success
Running all tests in svnversion_tests.py...success
At least one test was SKIPPED, checking /raid/homes/Developer/projet/subversion-0.23.0/tests.log
SKIP: prop_tests.py 13: test binary property support

-----Original Message-----
From: Ben Collins-Sussman [mailto:sussman@collab.net]
Sent: Wednesday, June 11, 2003 7:44 AM
To: martinay@videotron.ca
Cc: dev@subversion.tigris.org; Martin Ayotte
Subject: Re: SVN on IRIX ...

Martin Ayotte <martinay@videotron.ca> writes:

> the mod_dav_svn.so module is crashing when access thru the svn client from
> both linux and sgi platform [..]
> I suspect something wrong with my Berkeley DB on Irix, but I don't have any
> clue, since I don't know how to get more info from the core dump produced by
> the mod_dav_svn.so installed in the Irix Apache.

If Berkeley DB is buggy on IRIX, then crashes would be happening any
time you use the svn client to directly access file:/// URLs. (ra_local)

But I assume that the the svn client passes 'make check' just fine on
IRIX; and 'make check' is continous ra_local access. Is that true?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 11 18:51:51 2003

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.