如何加快我的 SVN 提交速度?
我对 Tortoise SVN 有疑问。如何将数千个文件提交到 SVN?是否有任何批处理文件或脚本或任何命令可以提交所有数据?
如何加快我的 SVN 提交速度?
I have a question with Tortoise SVN. How can I commit the thousands of files to SVN? Is there any batch file or script or any command which will commit all the data?
How can I speed up my SVN to commit?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要加快传输速度(无论文件数量多少),请确保使用 svn:// 协议,而不是速度较慢的 http:// 协议。
To speed the transfer up (regardless of number of files), make sure that you use the svn:// protocol, not the slower http:// protocol.