top of page
- API -

reaper.AZ_SVN_Revert(localPath, excludeList, isRegex)

- API Detail-

▼Input values

  • localPath(string): local path

  • excludeList(StringArray): exclusion list (optional, default: empty)

  • isRegex(boolean): whether to use regex (optional, default: true)

▼Output values


*To use this API, you must have svn installed.

- 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

Revert the working copy

bottom of page