git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git-svn: a interesting difference in performance as compared to Tortoise SVN
@ 2012-04-18  5:56 Jon Seymour
  0 siblings, 0 replies; only message in thread
From: Jon Seymour @ 2012-04-18  5:56 UTC (permalink / raw)
  To: Git Mailing List

I thought others might be interested in this slightly
counter-intuitive performance of git-svn as opposed to Tortoise SVN.

The SVN repo is exposed via HTTP. The current tree is about 8500 files
and consumes 300MB of disk, checked out. The git repo is 200MB. There
are around 231 commits in the history.

The initially slightly counter-intuitive aspect is that given the
current state of the repo, git-svn is 4 times faster when it pulls the
entire history than TortoiseSVN is when it checks out just the current
head. It seems that the extra network cost of the extra git-svn
retrieval is dwarfed by the local processing costs of the TortoiseSVN
client.

jon.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-04-18  5:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-18  5:56 git-svn: a interesting difference in performance as compared to Tortoise SVN Jon Seymour

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).