[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 Fuhrmann <stefan2_at_apache.org>
Date: Sat, 26 Nov 2016 10:59:04 +0100

On 2016-11-24 12:19 (+0100), "%u874C%u86AA" <2..._at_qq.com> 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.

If you are using HTTP/HTTPS over a long latency connection,
commits will be slow. This is a known issue and people
are working on fixing this.

The problem is that every changed file is transmitted with
a separate handshake instead of streamingly.

If available, try the svn:// protocol. It does not have
this issue.

-- Stefan^2.
Received on 2016-11-26 10:59:11 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.