VirtualBox

Changeset 85696 in vbox


Ignore:
Timestamp:
Aug 11, 2020 4:40:39 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
139834
Message:

scm/svn: Try use proplist instead of propget to detect whether a file is in the working copy or not.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bldprogs/scmsubversion.cpp

    r85189 r85696  
    11381138    else
    11391139    {
    1140         const char *apszArgs[] = { g_szSvnPath, "propget", "svn:no-such-property", pState->pszFilename, NULL };
     1140        const char *apszArgs[] = { g_szSvnPath, "proplist", pState->pszFilename, NULL };
    11411141        char       *pszValue;
    11421142        int rc = scmSvnRunAndGetOutput(pState, apszArgs, true, &pszValue);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette