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.
簡単なスクリプトを適用して、一部のファイルの単語を別の単語に変更します。
for x in $(find .|grep Makefile) ; do sed -i -e 's/certainWord/anotherword/g' $x ; done
手動でチェックするとファイルに変更が加えられますが、svn ファイルをコミットしようとすると、誰かが変更されたことがわかりません。
それは既知の問題ですか?
スマート svn ツールを使用してコミットしています