svnからファイルを取得した時の日付

May, 15 2007 (Tue)

~/.subversion/config ファイルの設定

[miscellany]
### Set global-ignores to a set of whitespace-delimited globs
### which Subversion will ignore in its 'status' output, and
### while importing or adding files and directories.
# global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store
### Set log-encoding to the default encoding for log messages
# log-encoding = latin1
### Set use-commit-times to make checkout/update/switch/revert
### put last-committed timestamps on every file touched.
use-commit-times = yes

use-commit-times = yes を使用。 これを指定していないと、全てのファイルが最新のコミット時間にされてしまう。

更新されたファイルの時刻が最新になる事で、make時にコンパイルから漏れる 危険性が低くなる…のだけど、何かと使いにくい気がする。 まぁ、タイムスタンプに頼るのは危険なんだけど。