Searched defs:scmSvnConstructName (Results 1 - 1 of 1) sorted by relevance

/vbox/src/bldprogs/
H A Dscmsubversion.cpp612 static int scmSvnConstructName(PSCMRWSTATE pState, const char *pszDir, const char *pszSuff, char *pszDst) function
678 int rc = scmSvnConstructName(pState, ".svn/text-base/", ".svn-base", szPath);
777 rc = scmSvnConstructName(pState, ".svn/props/", ".svn-work", szPath);
779 rc = scmSvnConstructName(pState, ".svn/prop-base/", ".svn-base", szPath);

Completed in 45 milliseconds