VirtualBox

Changeset 69259 in vbox


Ignore:
Timestamp:
Oct 25, 2017 9:07:59 AM (7 years ago)
Author:
vboxsync
Message:

scm: Get subversion info for the current working copy rather than the base. Otherwise we only act on what's been committed already, rather than taking local corrections into account.

File:
1 edited

Legend:

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

    r65185 r69259  
    959959                svn_opt_revision_t  Rev;
    960960                RT_ZERO(Rev);
    961                 Rev.kind          = svn_opt_revision_base;
     961                Rev.kind          = svn_opt_revision_working;
    962962                Rev.value.number  = -1L;
    963963                pErr = g_pfnSvnClientPropGet4(&pHash, "svn:no-such-property", szAbsPath, &Rev, &Rev,
     
    10971097                svn_opt_revision_t  Rev;
    10981098                RT_ZERO(Rev);
    1099                 Rev.kind          = svn_opt_revision_base;
     1099                Rev.kind          = svn_opt_revision_working;
    11001100                Rev.value.number  = -1L;
    11011101                pErr = g_pfnSvnClientPropGet4(&pHash, pszProperty, szAbsPath, &Rev, &Rev,
Note: See TracChangeset for help on using the changeset viewer.

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