[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: Sebastian Tusk <sebastian.tusk_at_silver-style.com>
Date: 2006-03-09 14:13:46 CET

>> Subversion 1.1.4
>
> Oh. This is worth looking into if you can reproduce the results with a
> 1.3 server. Otherwise it's just a waste of time; we do know that some
> operations are slower against an older server.

I doubt that this has anything to do with the server. For 75% of the
time there isn't even a connection to the server. For completeness the
test with a version 1.3.0 server.

Commit of an 1GB file into an empty repository.

Client: svn 1.3.0, Windows XP, NTFS
Server: svn 1.3.0, Windows XP, NTFS, svnserve

$ time svn commit -m "test"
Hinzuf. (bin) test.tmp
šbertrage Daten .
Revision 1 bertragen.

real 34m42.985s
user 0m0.031s
sys 0m0.000s

Unfortunately I can not place an updated version of subversion on the
debian box.

> You don't say if your file has svn:eol-style or svn:keywords
properties. I'm assuming it does.

Uh, no? I have an empty repository, co that, put an 1GB file into the wc
and commit that file. No properties that I know off. svn proplist shows
only svn:mime-type. svn:eol-style or svn:keywords wouldn't make much
sense as the file contains data fetched from /dev/urandom.

Sebastian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Mar 13 02:55:18 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.