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

"svn diff" performance

From: Vladimir Prus <ghost_at_cs.msu.su>
Date: 2002-07-24 11:14:13 CEST

Hello,
I've just run

    time svn diff -r2674:2675 http://svn.collab.net/repos/svn

and the output is
    real 1m37.448s
    user 0m0.230s
    sys 0m0.030s

This is somewhat long, given that the diff has only one line, and it 2675 is
head revision.

I've previously run, using local repository

     time svn diff -r42:43 http://localhost:7813/repos/whale/

and got

    real 0m19.510s
    user 0m0.030s
    sys 0m0.010s

This is certainly a ra_dav problem, because

    time svn diff -r42:43 file://localhost/home/ghost/local/svn/whale

gives

    real 0m0.146s
    user 0m0.030s
    sys 0m0.060s

I've looked at ethereal log for the case of localhost. Unless I've missed
some packets the situation is: client and server talk for a couple of
seconds, then wait for a long time, and then server closes connection.
What can be the problem?

- Volodya

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 24 11:12:09 2002

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.