0

SVNのプロジェクトの場合、バグのあるステータスレビューのステータスなどのメタデータをファイルバージョンに追加する必要があります。

I don't think I can use custom properties as it is at the element level and not on the versions.

I thought of adding the metadata in the comment of the commit, but the comment is shared by all file versions of that change set, hence cannot be used.

Is there any SVN feature which can be used for this?

4

1 に答える 1

2

TortoiseSVN でリビジョン プロパティを設定/編集するには: 作業コピーの最上位アイテムを右クリック -> ログを表示 -> プロパティを設定したいリビジョンを右クリック -> リビジョン プロパティを表示 -> 新規をプッシュ-> 上級 -> など

トップレベルのアイテム自体をクリックする必要はありませんが、プロパティを設定したいリビジョンをログに表示するアイテムが必要です。

于 2012-06-19T12:10:11.257 に答える