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

Reply via email to