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

Re: Advice for better SVN

From: Stefan Hett <stefan_at_egosoft.com>
Date: Thu, 24 Nov 2016 13:43:02 +0100

On 11/24/2016 12:19 PM, òòò½ wrote:
> I'm a programmer who very love SVN.
> When I commit works through Internet, send files one by one always
> very slow.
> Why don't archive all files as a single Zip file, and send the only
> file to SVN server? (as like Git)
> Hope to help.
> Thanks.
>
>
>
You'd determine the cause of the slowness in your case. For once: Make
sure you are using an appropriate protocol (http/https or svn(+ssh)
rather than the file-protocol).
SVN transmissions are quite optimized and also compressed to some point
which is in certain cases superior over compressing all files and
transmit them over the wire... Certainly there are cases where I could
envision that a single compressed archive might be significant faster
than the current approach, but these are not for regular operations
you'd usually do (like a fresh checkout of a repository or committing
large duplicated files).

-- 
Regards,
Stefan Hett
Received on 2016-11-24 13:43:15 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.