[Subversion] バージョン管理対象外のファイルを設定するには

 例えば、cacheディレクトリ配下の全ファイルをバージョン管理対象外としたい場合は、以下のコマンドを実行します。

$ cd /path/to/cache/
$ svn propset svn:ignore "*" cache

 その後、コミットして完了です。

$ svn ci cache

コメントを残す

XHTML: 以下のタグを使用できます。: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>