svn commit is hung at start of commit
Posted
by jwhitlock
on Stack Overflow
See other posts from Stack Overflow
or by jwhitlock
Published on 2010-05-20T15:55:49Z
Indexed on
2010/05/20
16:10 UTC
Read the original article
Hit count: 356
svn
I'm commiting a large changeset, including a large binary file (180 MB) over a slow VPN connection. It looks for all the world like it is stalled. How can I diagnose where it is stuck?
The output is:
$ svn commit -m "My commit message"
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)`
Local subversion is 1.6.9 on Linux, KDE 4.3, and svn status shows
ML .
L ws
M ws/manage.py
L ws/locales
L ws/locales/ja_JP
L ws/locales/ja_JP/LC_MESSAGES
The process isn't using much of any resources.
The server is Linux, served by Apache and mod_dav_svn, same subversion 1.6.9. I can't see any process that is handling the commit.
© Stack Overflow or respective owner