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 del /path/project/fileサーバーで使用しているプロジェクトからファイルを削除しましたが、ファイルはsvn commit. ただし、svn listそのディレクトリに入力すると、ファイルはまだリポジトリに存在するため、今後のsvn updateステートメントに干渉するため厄介です。
svn del /path/project/file
svn commit
svn list
svn update
なぜこれを行うのですか、どうすればそれらを取り除くことができますか?