gpt4 book ai didi

svn - 是否可以在低质量的 3G 网络上使用 Subversion?

转载 作者:行者123 更新时间:2023-12-01 01:31:07 26 4
gpt4 key购买 nike

如果我在低质量 3G/WiMAX 网络上 checkout 一个大的 svn 存储库,我经常收到错误“无法读取响应正文:连接超时”。之后,我的工作副本被锁定,并且“svn cleanup”无法正常工作并出现错误“Error processing command 'modify-wcprop' in 'packages/univint/src'。'packages/univint/src/Folders.pas' 不在版本控制'。是否有可能以某种方式配置 subversion 不破坏网络超时的所有内容。或者,这可能是一种在网络超时后工作副本损坏后以某种方式继续的方法?

最佳答案

根据svn book ,您可以恢复中断的结账:

If you interrupt a checkout (or something else interrupts your checkout, such as loss of connectivity, etc.), you can restart it either by issuing the identical checkout command again or by updating the incomplete working copy:

$ svn checkout file:///var/svn/repos/test mine
A mine/a
A mine/b
^C
svn: The operation was interrupted
svn: caught SIGINT

$ svn checkout file:///var/svn/repos/test mine
A mine/c
^C
svn: The operation was interrupted
svn: caught SIGINT

$ svn update mine
A mine/d
Updated to revision 20.


如果您使用的是最新的 SVN 版本并且这对您不起作用,那么您可能想在 users@subversion.apache.org 和 file a bug report 上讨论这个问题。 .

关于svn - 是否可以在低质量的 3G 网络上使用 Subversion?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4841913/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com