<!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>
<br>
Brice Figureau escribi&oacute;:
<blockquote cite="mid:1191417505.17784.64.camel@localhost.localdomain"
 type="cite">
  <pre wrap="">On Wed, 2007-10-03 at 07:50 -0500, Francisco Jose Peredo wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Thanks a lot... I'll try to play with those two options (but...  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.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
This might be a timeout issue on the Apache side.
You should check or increase:
<a class="moz-txt-link-freetext" href="http://httpd.apache.org/docs/2.2/mod/core.html#timeout">http://httpd.apache.org/docs/2.2/mod/core.html#timeout</a>
  </pre>
</blockquote>
Yes.... that could be the root of this problem... may problem now is
that the apache admin is not letting me "see" the httpd.conf file...
mmmm.... do you know if apache sends a particular error code that svk
could recognize somehow (and that I could see somehow) to be sure that
the reason the commit is being cancelled is because of this TimeOut
setting?<br>
<blockquote cite="mid:1191417505.17784.64.camel@localhost.localdomain"
 type="cite">
  <pre wrap="">
  </pre>
  <blockquote type="cite">
    <pre wrap="">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")
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Depending on how you commited your change to your depot (ie you
committed lots of small changesets), then you can use an smerge -I to
send changes one at a time to the upstream SVN.
But if you have a big changeset (or had big files in 1 changeset), then
you need a better network :-)
  </pre>
</blockquote>
Yes, thanks,&nbsp; I have already used incremental, it did help for small
changesets... but failed for the big ones... and since there is no way
to "split" them... it seems that using svn directly is "better" for
unreliable networks, because one can always "fall back" to commit
manually "file by file". I read that Svk has an "interactive" option to
do something like that for Svk commit, could I do something like that
to solve this problem? <br>
<br>
Thanks<br>
Regards,<br>
Francisco<br>
<br>
<br>
</body>
</html>