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.
テスト目的で、フォルダー内の複数のファイルにローカルで変更を加えました。ただ、現状でもまだ必要な1ファイルを除いて元の状態に戻したいと思っています。現在、私は使用しています
svn revert -R .
それらをすべて元の状態に戻します。この操作で単一のファイルを除外するコマンドを使用する方法を教えてください。