问题
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