top of page
- API -
rootURL = reaper.AZ_SVN_GetRootUrl(repositoryUrl)
- API Detail-
▼Input values
repositoryUrl(string): repository URL
▼Output values
rootURL(string): root URL
*To use this API, you must have svn installed.
- SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
require("reaper_AZSTOKE_GOLD")
userName = "testuser"
password = "testpass"
url = -- SVNリポジトリのurl
reaper.AZ_SVN_SetAuth(userName, password)
rootUrl = reaper.AZ_SVN_GetRootUrl(url)
Msg(rootUrl)
SVN
AZ_SVN_GetRootUrl
Supported versions:
1.3.0
onwards
Get root URL

bottom of page




