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

Re: Problems commiting to SVN repository -- The specified activity does not exist.

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-09-04 17:23:49 CEST

Stuart Longland <stuartl@longlandclan.hopto.org> writes:

> $ rm -fr atomiclinux/.svn
> $ svn co http://localhost:1280/svn/atomiclinux/
> Checked out revision 0.
> $ cd atomiclinux
> $ svn add LICENCE
> A LICENCE
> $ svn commit
>
> Log message unchanged or not specified
> a)bort, c)ontinue, e)dit
> c
> Authentication realm: <http://localhost:1280> Atomic Linux Subversion
> Repository
> stuartl's password:
> subversion/libsvn_client/commit.c:735: (apr_err=175002)
> svn: RA layer request failed
> svn: Commit failed (details follow):
> subversion/libsvn_ra_dav/util.c:257: (apr_err=175002)
> svn: MKACTIVITY of
> /svn/atomiclinux/!svn/act/486bf925-82c6-0310-af05-b039ed03e2e9: Could
> not read status line: connection was closed by server.
> (http://localhost:1280)
>
> Inside the server's log files, I record the following messages...
> /usr/local/apache2/logs/error_log:
>
> [Fri Sep 05 00:53:47 2003] [notice] child pid 4078 exit signal
> Segmentation fault (11)
> [Fri Sep 05 00:53:47 2003] [notice] child pid 4052 exit signal
> Segmentation fault (11)
>
> I get similar results using the latest version of TortiseSVN under Windows.
>
> Some module somewhere in the system did not respond well to the upgrade,
> and hence, all hell has broken loose. Is there anywhere I can look to
> get this problem fixed?

I assume you restarted apache after doing a 'make install' of svn.

Try running apache under gdb:

  $ su
  $ gdb /usr/local/apache2/bin/httpd
  (gdb) run -X

Then attempt your commit again, and see where apache is segfaulting.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 4 17:25:58 2003

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.