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 log --with-diffs myfile.txt通常どおりコミットメッセージを出力するようなもの+ diff.
svn log --with-diffs myfile.txt
Subversion 1.7 にアップグレードしてから、svn log --diff を使用します
http://subversion.apache.org/docs/release-notes/1.7.html