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

Re: svn+ssh

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2003-07-27 22:24:06 CEST

On Sun, 2003-07-27 at 09:26, D.J. Heap wrote:
> Windows, at least, seems to hang somewhere afterwards if the
> apr_proc_create fails.

Ah, my bad, I guess. On Unix, apr_proc_create() can fail, but it almost
never does (only if there are no system resources for a fork()). On
Windows, since the fork/exec steps are done together, there are
presumably much more interesting and common failure cases, so it's much
more important to do error-checking. Of course, there's no good excuse
not to check for errors even on Unix; I'm just explaining why I never
noticed the problem before.

The fix should be easy; I'll let someone else take care of it.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jul 27 22:25:51 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.