top of page
- API -

reaper.AZ_SVN_Revert(localPath, excludeList, isRegex)

- API Detail -

▼入力値

  • localPath(string) : ローカルパス

  • excludeList(StringArray) : 除外リスト(任意 デフォルト : 空)

  • isRegex(boolean) : 正規表現かどうか(任意 デフォルト : true)

▼出力値


※本APIを使用する場合、svnをインストールする必要があります。

- SIMPLE SCRIPT -

dofile(reaper.AZ_GetLuaInitPath())              

require("reaper_AZSTOKE_GOLD")              


localPath = "D:\\test\\new-repo"


reaper.AZ_SVN_Revert(localPath, {".*txt"}, true)

SVN

AZ_SVN_Revert

対応バージョン:

1.3.0

以降

作業コピーをリバート

bottom of page