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

Re: RE: Subversion clients wait for post-commit to finish

From: Kevin Greiner <greinerk_at_gmail.com>
Date: 2006-02-08 23:20:45 CET

On 2/8/06, Kedzierski, Artur CIV NAVSURFWARCENDIV CORONA
<artur.kedzierski@navy.mil> wrote:
> My hook-script is quite large. However, I was able
> to reproduce the problem by simply creating new repository
> and sticking 'sleep 20' in post-commit script.
> Thinking about it, we started having problems around the
> time we went to Subversion 1.3. Can somebody with 1.3 try
> to reproduce the problem?

I'm also running TortoiseSVN nightly build 5543 linked against svn
1.3.0 and can reproduce the problem using a local FSFS repo on Windows
XP. The entire contents of my post-commit.bat are as follows and my
commit doesn't finish until this script finishes.

@echo off
start /b ping -n 15 localhost > nul

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 8 23:22:47 2006

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.