You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by William Nagel <bi...@stagelogic.com> on 2006/06/19 19:28:42 UTC

Apache error on commits

I'm working on an SVN setup using Apache as the server.  So far,  
everything seems to be working except that I get a weird error every  
time I try to do something that modifies the repository, even when  
all repository authentication is turned off.

The error I'm receiving is this:

svn: Commit failed (details follow):
svn: MKACTIVITY of '/svn/!svn/act/1453cc56...268c': Could not read  
status line: An existing connection was forcibly closed by the remote  
host.


As far as I can tell, write permissions on the repository are  
completely opened up to all users on the machine, so it doesn't seem  
to be a permission problem with Apache writing to the repository.

The server is a Win2000 machine, running Apache 2.2 and SVN 1.3.1.   
I'm currently running Apache from the command line under my user  
account, not as a service.

If anyone's got any ideas, I'd appreciate it.  This is one I've never  
run into before.

-Bill Nagel

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Apache error on commits

Posted by "D.J. Heap" <dj...@gmail.com>.
On 6/19/06, William Nagel <bi...@stagelogic.com> wrote:
> I'm working on an SVN setup using Apache as the server.  So far,
> everything seems to be working except that I get a weird error every
> time I try to do something that modifies the repository, even when
> all repository authentication is turned off.
>
> The error I'm receiving is this:
>
> svn: Commit failed (details follow):
> svn: MKACTIVITY of '/svn/!svn/act/1453cc56...268c': Could not read
> status line: An existing connection was forcibly closed by the remote
> host.
>
>
> As far as I can tell, write permissions on the repository are
> completely opened up to all users on the machine, so it doesn't seem
> to be a permission problem with Apache writing to the repository.
>
> The server is a Win2000 machine, running Apache 2.2 and SVN 1.3.1.
> I'm currently running Apache from the command line under my user
> account, not as a service.
>
> If anyone's got any ideas, I'd appreciate it.  This is one I've never
> run into before.
>
> -Bill Nagel
>


Unless you rebuilt Apache 2.2 and SVN from source with several
patches, it is not going to work.  SVN is not yet compatible with
Apache 2.2 due to bugs -- some in SVN and some in Apache 2.2.  Apache
2.0.58 is the latest that is known to work well for SVN on Win32.

DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org