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