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

Re: permanent solution for deltification problem (issue #1601)

From: <kfogel_at_collab.net>
Date: 2003-12-02 18:01:05 CET

"C. Michael Pilato" <cmpilato@collab.net> writes:
> Alright. I hate to be dense about all this, but would it be possible
> for one single person (Brane, Karl, solo turn, whoever) to write one
> single email (or, alternatively, one single post into the issue
> comments) which describes, in full, the proposed solution for all
> known operating systems. I can't make heads or tails of the thread.

I can't give you everything you want, but I can give you half...

For Unix, I'm just going to make a fork() implementation after all.
There's no reason to exec a separate process (and deal with the bother
of locating the binary) if APR_HAVE_FORK. We'll just run the right
code path directly, in a new child process; the parent process will
continue on and most likely finish well before the child.

I'm assuming that the Windows solution will be very different, and
I'll let Brane describe it. I'm also assuming that Brane is okay with
the Windows and Unix implementations being different, because of

   http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgNo=50214

(which certainly persuaded me).

Hoping to do the Unix side of this today, by the way.

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Dec 2 18:47:22 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.