Hi everybody,
I'm using subversion for quite a long time and am pretty happy with it -
as user and admin (since the introduction of fsfs ;).
But currently we experience a problem while committing a set of new added
files.
The problem is as follows:
I've added some files to a workingcopy and some are binaries (svn
identified this correctly)
and then I tried to commit them.
But the following is the messages I get on the client:
Transmitting file data .......svn: Commit failed (details follow):
--------------8<------------------8<----------------------------
svn: PUT of
'/repos/algo/!svn/wrk/38a4dd53-cfd3-c39c-d280-9358b818097d/algo/branches/path/to/the/file/in/the/repo/on_of_the_binary.files':
Could not send request body: connection was closed by server.
(http://10.251.23.110)
-------------->8------------------>8----------------------------
in the server-logfile:
--------------8<------------------8<----------------------------
[Mon Jun 30 17:10:20 2008] [error] [client 127.0.0.1]
dav_svn_close_stream: error closing write stream [500, #185004]
[Mon Jun 30 17:10:20 2008] [error] [client 127.0.0.1] Unexpected end of
svndiff input [500, #185004]
[Mon Jun 30 17:11:36 2008] [error] [client 127.0.0.1]
dav_svn_close_stream: error closing write stream [500, #185004]
[Mon Jun 30 17:11:36 2008] [error] [client 127.0.0.1] Unexpected end of
svndiff input [500, #185004]
[Mon Jun 30 17:11:43 2008] [error] [client 127.0.0.1] Unable to PUT new
contents for
/repos/algo/!svn/wrk/38a4dd53-cfd3-c39c-d280-9358b818097d/algo/branches/path/to/the/file/in/the/repo/on_of_the_binary.files.
[403, #0]
[Mon Jun 30 17:11:43 2008] [error] [client 127.0.0.1] Could not prepare
to write the file [500, #160012]
[Mon Jun 30 17:11:43 2008] [error] [client 127.0.0.1] Cannot write to the
prototype revision file of transaction '737-1' because a previous
representation is currently being written by this process [500, #160012]
(END)
-------------->8------------------>8----------------------------
The Server is (all self-compiled, linux 2.6.23, i686)
Apache/2.2.8 (Unix) DAV/2 SVN/1.4.3
The clients i tried (on a solaris10 sparc maschine) where svn 1.4.3 & svn
1.4.4 (both self-compiled) and the Collab-Svn client.
They both produced the same output...
Do you have any hints how to debug the problem or even have a solution?
Thanx in advance.
Thomas
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-30 20:23:10 CEST