メモ。同期がやってた。
Subversionで編集をロック必須にして、普通に開くと読み取り専用にする。
設計書はたしかにこっちの方がいい。
Subversionの設定ファイルに以下を記述する。
* = svn:needs-lock=true
以降作成するすべてのファイルに適用するには、enable-auto-propsをyesにする。
### Set enable-auto-props to 'yes' to enable automatic properties ### for 'svn add' and 'svn import', it defaults to 'no'. ### Automatic properties are defined in the section 'auto-props'. # enable-auto-props = yes
行頭のコメントを外す。