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

Re: commit hangs

From: Piotr Kabaciński <piotr_at_kabot.net>
Date: Sat, 24 Apr 2010 12:32:42 +0200

Hi,
Maybe it has nothing to do with this but i had similar problem with vpn
connection. Solution was to change MTU to smaller value, after that
problem disapeared.

On 04/24/2010 01:14 AM, Franz Gregor wrote:
> hi there,
>
> when i try to commit my changes to the repository the commitment simply
> hangs like this:
>
> fg_at_fg-desktop:~/workspace/am0$ svn ci -F svn-commit.tmp
> Lösche trunk/models
> Hinzufügen trunk/uml
> Hinzufügen trunk/uml/Display.uml
> Hinzufügen trunk/uml/Display.umlclass
> Hinzufügen trunk/uml/use_cases.uml
> Hinzufügen trunk/uml/use_cases.umlusc
> Übertrage Daten ..
>
> i have to kill the process to gain control of the terminal again.
>
> as far as i worked out this only happens on xml files (openoffice fods
> format, eclipse uml diagrams, planner (gnome) files).
>
> here is a strace trace
>
> [pid 19188] read(3, "", 4096) = 0
> [pid 19188] write(6, "", 0) = 0
> [pid 19188] poll([{fd=5, events=POLLIN}], 1, 0) = 0 (Timeout)
> [pid 19188] close(6) = 0
> [pid 19188] close(3) = 0
> [pid 19188] poll([{fd=5, events=POLLIN}], 1, 0) = 0 (Timeout)
> [pid 19188] write(4, "( open-root ( ( ) 2:d0 ) ) ( del"..., 3533) = 3533
> [pid 19188] read(5, <unfinished ...>
> [pid 19189] <... select resumed> ) = 1 (in [4])
> [pid 19189] read(4, "( open-root ( ( ) 2:d0 ) ) ( del"..., 16384) = 3533
> [pid 19189] select(7, [3 4], [3], NULL, NULL) = 1 (out [3])
> [pid 19189] write(3, "\3414x\325\261m)\226\342\264\334j\263\264\351\227
> \n\252\2011\357\250\326~Dz\357+\371J\230\300"..., 3568) = 3568
> [pid 19189] select(7, [3 4], [], NULL, NULL <unfinished ...>
>
> i'm using svn+ssh pid 19189 seems to be the ssh process and pid 19188 is
> subversion.
> the server is running SunOS 5.
> svn versaions are
> client: svnserve, Version 1.6.5 (r38866)
> server: svnserve, Version 1.6.2 (r37639)
>
> i can reproduce this failure with another client too.
> on the other hand i'm using other rep. without this problem. it is only
> on this particular server.
> other users of this rep. don't encounter this problem either.
>
> thanks in advance,
> franz
>
>
>

-- 
Piotr Kabacinski
a2Fib3Q
Received on 2010-04-24 12:33:16 CEST

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.