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

Re: export, checkout, commit performance

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2006-03-09 21:44:47 CET

Philip Martin writes:
> Sebastian Tusk <sebastian.tusk@gmx.net> writes:
>
> As I understand it the commit will:
>
> - copy (i.e. read/write) the file to a temporary text-base so that it
> won't subsequently change during the rest of the commit.
>
> - read the temporary text-base to get a checksum. I suppose we could
> combine this with the copy above but that's quite complex and would
> involve moddifying apr_file_copy (or not using it).
>
> - read the temporary text-base to calculate the delta.

If using DAV, then the whole request will be put in a temporary file
and then read back again and sent to the server.

Regards,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 9 21:45:21 2006

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.