commit hangs

2010-04-23 Thread Franz Gregor
hi there,

when i try to commit my changes to the repository the commitment simply
hangs like this:

f...@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,  
[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 

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




Re: commit hangs

2010-04-25 Thread Franz Gregor
Hi,

i just found out that there is no problem when i use subclispe with
SVNKit. 

But i would prefere the cli. What lib does the cli use?

How can i change the MTU of a iface? (btw. i don't use vpn)

Greetz Franz



Re: commit hangs

2010-04-25 Thread Franz Gregor
Hi,

That's it! Thanks a lot! Changing the MTU works.

But wait a sec. 
What's the point in changing the MTU? 
What does a lower MTU change in the commit process?
Did you use(d) svn+ssh as well?

Greetz Franz