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

Re: Subversion on FreeBSD 5.3

From: Dominic Mitchell <dom_at_happygiraffe.net>
Date: 2005-01-26 16:38:32 CET

On Mon, Jan 24, 2005 at 07:41:23PM +0800, heccj wrote:
> I have installed subversion on FreeBSD 5.3 with:
>
> #cd /usr/ports/www/apache2
> #make WITH_BERKELEYDB=db4 install clean
>
> #/usr/ports/devel/subversion
> #make WITH_MOD_DAV_SVN=yes install clean
>
> modify /usr/local/etc/apache2/httpd.conf:
> uncomment:MOD_DAV and MOD_DAV_FS;
>
> add these lines:
> <Location /svn>
> DAV svn
> SVNParentPath /usr/local/svn
> </Location>
>
> then add a dir
> #/usr/local/bin/svnadmin create /usr/local/svn/mydocs
>
> and succeeded to restart the httpd,but why cant i checkout at client
> with url:"http://xxx.yyy.zzz/svn/mydocs"?
> The
> TortoiseSVN's erro is like this:
> PROPFIND request failed on '/sv/mydocs'
> Could not open te requested SVN filesystem

Have a look in the error log for the web server. If you see something
like this:

    [Tue Jan 25 08:04:36 2005] [notice] child pid 1075 exit signal Illegal instruction (4)

Then you're seeing the same bug as me that I can't track down. :-)

I found a workaround though. If you rebuild subversion with "CFLAGS=-g"
then it appears to stop the bug from exhibiting itself. I have no idea
why, but it lets me carry on for now.

-Dom

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 26 23:29:47 2005

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

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