削除されたファイルの内容を取得しようとしています。
$ svn log -v path_to_file/
...
r123 | user | date
D path_to_file/the_file
わかりましたので、リビジョン 123.. で削除され、リビジョン 10 前後で追加されました。
$ svn cat -r 122 svn+ssh://server/repo/path_to_file/the_file
svn: File not found: revision 554, path '/path_to_file/the_file'
$ svn log -r 122 svn+ssh://server/repo/path_to_file/the_file
svn: File not found: revision 554, path '/path_to_file/the_file'
何故ですか?何か案は?