名前

svn propedit — バージョン管理されている一つ以上のアイテムの属性を編集する。

用法

svn propedit PROPNAME PATH...
svn propedit PROPNAME --revprop -r REV [URL]

説明

一つ以上の属性を好きなエディタで修正します。 最初の形式は作業コピー中のバージョン管理された属性を編集します。 二番目の形式ではリポジトリリビジョン上のバージョン管理されていない 属性を編集します。

別名

pedit, pe

変更対象

作業コピー。URLを指定した場合はリポジトリ

リポジトリへのアクセス

URLを指定した場合のみ発生する

スイッチ

--revision (-r) REV
--revprop
--username USER
--password PASS
--no-auth-cache
--non-interactive
--encoding ENC
--editor-cmd EDITOR
--config-dir DIR

svn propedit は、複数の値を持つ 属性を簡単に変更することができます:

$ svn propedit svn:keywords  foo.c 
    <svn will launch your favorite editor here, with a buffer open
    containing the current contents of the svn:keywords property.  You
    can add multiple values to a property easily here by entering one
    value per line.>
Set new value for property 'svn:keywords' on 'foo.c'