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

Re: mod_dav_svn segfaults on MKACTIVITY

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-05-19 20:56:39 CEST

Joachim Feise <jfeise@ics.uci.edu> writes:

> MKACTIVITY /svn/repos/test-23 HTTP/1.1
> Host: localhost
>
> The error log:
> [Sun May 18 18:01:50 2003] [notice] child pid 27824 exit signal
> Segmentation fault (11)

Are you issuing a direct MKACTIVITY with some non-svn client?

You can't just create an activity anywhere you want.

The svn client requests the DAV:activity-collection-set property
first, so it knows where it's allowed to create new activities. Look
at section 13.7 of RFC 3253.

Still, we shouldn't segfault, we should error. :-)
I'll take a look at that.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon May 19 20:58:07 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.