[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: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 12 Nov 2009 21:43:53 +0000

Gavin Baumanis <gavinb_at_thespidernet.com> writes:

> I'm sure on some other planet at the moment..
> That's my excuse and I am sticking to it!
>
> I have followed your recipe implicitly ad now I get;
> [beau_at_MacBook:~/SUBVERSION/svn-src] $ subversion/svn/svn import -mm Makefile file://`pwd`/repo
> svn: Path 'file:///Users/beau/SUBVERSION/svn-src/repo' already exists

My mistake, I thought import would append Makefile to the destination
directory but for files it seems one needs to use:

  $ subversion/svn/svn import -mm Makefile file://`pwd`/repo/foo

> I wasn't familiar with your usage of import so I used;
> subversion/svn/svn import -m 'initial import' /Library/WebServer/Documents/ file:///`pwd`/repo
> Segmentation fault
>
> (gdb)r import -m 'initial import' /Library/WebServer/Documents/ file:///`pwd`/repo
> Starting program: /Users/beau/SUBVERSION/svn-src/subversion/svn/.libs/svn import -m 'initial import' /Library/WebServer/Documents/ file:///`pwd`/repo
> Reading symbols for shared libraries .+++++++++++++++++++++++++......................... done
>
> Program received signal EXC_BAD_ACCESS, Could not access memory.
> Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000
> 0x00007fff86704cc0 in strlen ()
>
> (gdb)bt
> #0 0x00007fff86704cc0 in strlen ()
> #1 0x000000010046d594 in apr_vformatter ()
> #2 0x000000010047743c in apr_pvsprintf ()
> #3 0x00000001004776db in apr_psprintf ()
> #4 0x0000000100172f01 in representation_string (rep=0x1008858b8, format=<value temporarily unavailable, due to optimizations>, mutable_rep_truncated=<value temporarily unavailable, due to optimizations>, pool=0x100883e28) at subversion/libsvn_fs_fs/fs_fs.c:2163

It will be easier to debug if you configure with --enable-debug (it
should also build more quickly).

-- 
Philip
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2417270
Received on 2009-11-12 22:44:21 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.