Changeset 85696 in vbox
- Timestamp:
- Aug 11, 2020 4:40:39 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139834
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/scmsubversion.cpp
r85189 r85696 1138 1138 else 1139 1139 { 1140 const char *apszArgs[] = { g_szSvnPath, "prop get", "svn:no-such-property", pState->pszFilename, NULL };1140 const char *apszArgs[] = { g_szSvnPath, "proplist", pState->pszFilename, NULL }; 1141 1141 char *pszValue; 1142 1142 int rc = scmSvnRunAndGetOutput(pState, apszArgs, true, &pszValue);
Note:
See TracChangeset
for help on using the changeset viewer.