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

Re: svntar, anybody?

From: Talden <talden_at_gmail.com>
Date: 2007-07-04 00:45:41 CEST

> I want to push some (big) amount of files as fast as possible to a number of
> clients, which have no prior version available as they're freshly installed.

- Meaning that every day it's a new set of clients that still have no
existing install? if not then this only applies to the first day.
- Big AMOUNT of files or BIG files? And define big... 100,000 files
of 150kb or 100 files of 150mb.

Also, clearly, working copies or repo clones are out of the question
if they don't have the space to keep a duplicate copy. Working copies
have pristine copies and the repo clone option is, by definition, a
duplicate since you need to extract content from the clone.

You want to avoid seeking and I assume this is at the server end. A
working copy update would only be seeking the last few revisions. A
tar based approach will seek the length of the tar to evaluate
differences to sync.

--
Talden
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 4 00:45:32 2007

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.