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

Re: Subversion test results.

From: Gavin Baumanis <gavinb_at_thespidernet.com>
Date: Fri, 13 Nov 2009 01:22:53 +1100

Hi Philip,

You must have been reading my mind!
here is the output;

(gdb) r import -mm Makefile file://`pwd`/repo
Starting program: /Users/beau/SUBVERSION/svn-src/subversion/svn/.libs/svn import -mm Makefile file://`pwd`/repo
Reading symbols for shared libraries .+++++++++++++++++++++++++......................... done
svn: Unable to open an ra_local session to URL
svn: Unable to open repository 'file:///Users/beau/SUBVERSION/svn-src/repo'

Program exited with code 01.
(gdb) bt
No stack.

Hope that means something useful!

Gavin.

On 13/11/2009, at 01:15 , Philip Martin wrote:

> Gavin Baumanis <gavinb_at_thespidernet.com> writes:
>
>> CMD: svnadmin create svn-test-work/local_tmp/repos --bdb-txn-nosync
>> <TIME = 0.067775>
>> CMD: svn import -m "Log message for revision 1." svn-test-work/local_tmp/greekfiles file:///Users/beau/SUBVERSION/svn-src/subversion/tests/cmdline/svn-test-work/local_tmp/repos --config-dir /Users/beau/SUBVERSION/svn-src/subversion/tests/cmdline/svn-test-work/local_tmp/config --password rayjandom --no-auth-cache --username jrandom
>> CMD: /Users/beau/SUBVERSION/svn-src/subversion/svn/svn import -m Log message for revision 1. svn-test-work/local_tmp/greekfiles file:///Users/beau/SUBVERSION/svn-src/subversion/tests/cmdline/svn-test-work/local_tmp/repos --config-dir /Users/beau/SUBVERSION/svn-src/subversion/tests/cmdline/svn-test-work/local_tmp/config --password rayjandom --no-auth-cache --username jrandom terminated by signal 11
>
> Signal 11 is a SEGV. It appears that the svn command line program
> doesn't work at all, although svnadmin does. In the root directory of
> your build do:
>
> $ rm -rf repo
> $ subversion/svnadmin/svnadmin create repo
> $ subversion/svn/svn import -mm Makefile file://`pwd`/repo
>
> Does the import work or SEGV? If it SEGVs do
>
> $ libtool --mode=execute gdb subversion/svn/svn
> (gdb) r import -mm Makefile file://`pwd`/repo
> Caught SEGV
> (gdb) bt
>
> to generate a backtrace.
>
> --
> Philip
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2417052

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2417059
Received on 2009-11-12 15:23:12 CET

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.