<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi!<br>
Thanks a lot... I'll try to play with those two options (but...&nbsp; I am
thinking this is more a network related problem, because yesterday, I
was unable to send a 32Mbytes changeset to the remote SVN server....
until 6:00PM... (when everybody goes home) having all the network "just
for me" made it possible to send upload that "large" changeset.<br>
I guess this is the first time I see an advantage in CVS
non-transactional nature... after all, if you have to work with an
unstable network like me... your changesets will be "what the network
can handle oriented" and transactionality will be irrelevant...<br>
I only wish SVK could help me "split" my change set and send them "file
by file" to the server.... (that would make SVK very attractive for
people that have the same problem that I have, allowing them to have
local change set that make sense transactionally, and still send those
changes to a remote "supervised" repository even if they arrive
"splitted")<br>
Well, thanks again....<br>
Regards<br>
Francisco<br>
<br>
<br>
<br>
Brice Figureau escribi&oacute;:
<blockquote cite="mid:1191394598.17784.5.camel@localhost.localdomain"
 type="cite">
  <pre wrap="">On Tue, 2007-10-02 at 14:51 -0500, Francisco Jose Peredo wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">The error I am getting is: RA layer request failed: PUT of 
'/svn/!svn/wrk/484a3ea6-ce7a-5c48-af84-893fc3bd3
6af/grp/trunk/implementacion/sapnet/ayuda/p_ayuda_cedulas_archivos/slide0010_ima
ge010.png': Could not send request body: An existing connection was 
forcibly closed by the
remote host. .   (<a class="moz-txt-link-freetext" href="http://10.10.1.26">http://10.10.1.26</a>) Please sync mirrored path 
/mirror/grp first.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
This might not be the cause of your problem, but you should check that
you don't have a LimitRequestBody enforced:
<a class="moz-txt-link-freetext" href="http://httpd.apache.org/docs/2.2/mod/core.html#limitrequestbody">http://httpd.apache.org/docs/2.2/mod/core.html#limitrequestbody</a>

You should also try to increase LimitXMLRequestBody:
<a class="moz-txt-link-freetext" href="http://httpd.apache.org/docs/2.2/mod/core.html#limitxmlrequestbody">http://httpd.apache.org/docs/2.2/mod/core.html#limitxmlrequestbody</a>

Also, check the Apache error logs to see if that is the case.
I hope that will help,
  </pre>
</blockquote>
<br>
</body>
</html>