Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想中断 SVN 结帐,我可以稍后使用 SVN 获取文件的其余部分吗?无法从淀粉中结帐。我的问题有其他选择吗?
当然,只需清理锁并更新您的存储库:
例子:
svn co http://some-repo/path/to/trunk # Ctrl+C pressed # cleaning locks up svn cleanup # now downloading rest of working copy svn up