top of page
- API -
reaper.AZ_SVN_Revert(localPath, excludeList, isRegex)
- API Detail-
▼入力値
localPath(string) : ローカルパス
excludeList(StringArray) : 除外リスト(任意 デフォルト : 空)
isRegex(boolean) : 正規表現かどうか(任意 デフォルト : true)
▼出力値
※本APIを使用する場合、svnをインストールする必要があります。
- 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
Supported versions:
1.3.0
onwards
作業コピーをリバート

bottom of page