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

Reply via email to