Internet connection Drops during an SVN commit

空扰寡人 提交于 2019-12-01 11:52:25

问题


During a large commit to a remote SVN repository, if the internet connection drops - will I have to start the commit again? OR will it "continue" where it left off ?

Thanks

Ojo


回答1:


A Subversion commit is an atomic transaction.

Either everything is committed or nothing is committed.

You would have to start the commit again.



来源:https://stackoverflow.com/questions/3854964/internet-connection-drops-during-an-svn-commit

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!