steveking wrote:
> Kelly Burkhart wrote:
>
>>> To checkout trunk w/svn command line app:
>>> Linux: 0m 15s
>>> Windows: 2m 53s
>
>
> That's completely expected.
> Subversion builds against the neon library 0.24.7 right now. But that
> version has the HAVE_SETSOCKOPT option not defined on Windows.
> Without that compile option, neon doesn't set some socket options and
> then windows waits a certain amount of time between sent packets.
>
> You can of course compile Subversion yourself, and patch the
> neonconfig.hw file to have a line
> #define HAVE_SETSOCKOPT 1
> in it. That will get rid of that wait time and speed up the whole
> process a lot.
I will try building from source.
> I'm not sure if it helps for checkouts if the client is built that way.
> You could try TortoiseSVN, because that one has neon patched with the
> HAVE_SETSOCKOPT option set.
> If it's not any faster, then you have to compile Subversion yourself.
TortoiseSVN (downloaded last week sometime) is slower than the command
line tool.
-K
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Apr 26 15:06:32 2005