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

ra_svn + ssh svn commit hangs for a while after printing "Committed revision xxx."

From: Timothee Besset <ttimo_at_idsoftware.com>
Date: 2003-04-03 16:17:55 CEST

I've noticed that svn doesn't exit right away after it prints "Committed
revision xxx." Sometimes it can stay there for up to a minute before it
actually exits.

I found out that while the svn client is waiting, I have hot-backup.py and
svnlook still running. But those are spawned in the background from
post-commit, and post-commit exited already.

It looks like it would be related to ssh waiting for closure of stdout on
the server's end before it actually exits. Which kills the benefit of
backgrounding the post-commit operations. Maybe svnserve should forcibly
close it's stdout when it exits, or something similar?

TTimo

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 3 16:18:44 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.