[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: D.J. Heap <dj_at_shadyvale.net>
Date: 2003-07-28 04:36:08 CEST

Greg Hudson wrote:

> 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.

Sure, process creation on Windows is definitely more prone to problems
it seems to me (App Paths, dll's scattered all over, etc), although I
haven't done a lot of Unix development. And it looks like mbk has
already committed a fix. :)

Hopefully that will help reduce the problem reports since my suspicion
is that the tunnel agent or it's support dll's are not in the PATH in
many cases.

DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 28 04:37:16 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.