Searched refs:ScmVerbose (Results 1 - 4 of 4) sorted by relevance

/vbox/src/bldprogs/
H A Dscmrw.cpp76 ScmVerbose(pState, 2, " * Stripped trailing blanks\n");
134 ScmVerbose(pState, 2, " * Expanded tabs\n");
171 ScmVerbose(pState, 2, " * Converted EOL markers\n");
183 ScmVerbose(pState, 2, " * Setting svn:eol-style to %s (missing)\n", pszDesiredSvnEol);
185 ScmVerbose(pState, 2, " * Setting svn:eol-style to %s (was: %s)\n", pszDesiredSvnEol, pszEol);
307 ScmVerbose(pState, 2, " * Adjusted trailing blank lines\n");
329 ScmVerbose(pState, 2, " * removing svn:executable\n");
366 ScmVerbose(pState, 2, " * changing svn:keywords to '%s'\n", pszKeywords);
377 ScmVerbose(pState, 2, " * setting svn:keywords to 'Id Revision'\n");
401 ScmVerbose(pStat
[all...]
H A Dscm.h219 void ScmVerbose(PSCMRWSTATE pState, int iLevel, const char *pszFormat, ...);
H A Dscm.cpp963 void ScmVerbose(PSCMRWSTATE pState, int iLevel, const char *pszFormat, ...) function
1012 ScmVerbose(NULL, 5, "skipping '%s': file filter mismatch\n", pszFilename);
1020 ScmVerbose(NULL, 5, "skipping '%s': filterd out\n", pszFilename);
1026 ScmVerbose(NULL, 5, "skipping '%s': not in SVN WC\n", pszFilename);
1042 ScmVerbose(NULL, 4, "skipping '%s': no rewriters configured\n", pszFilename);
1045 ScmVerbose(pState, 4, "matched \"%s\"\n", pCfg->pszFilePattern);
1059 ScmVerbose(pState, 3, NULL);
1113 ScmVerbose(pState, 1, "writing modified file to \"%s%s\"\n", pszFilename, g_pszChangedSuff);
1120 ScmVerbose(pState, 1, NULL);
1123 ScmVerbose(pStat
[all...]
H A Dscmsubversion.cpp467 ScmVerbose(pState, 2, "executing: %s\n", pszCmdLine);
521 ScmVerbose(pState, 2, "executing: %s\n", pszCmdLine);
1016 ScmVerbose(pState, 0, "svn propset '%s' '%s' %s\n", pszName, pszValue, pState->pszFilename);
1018 ScmVerbose(pState, 0, "svn propdel '%s' %s\n", pszName, pState->pszFilename);

Completed in 2044 milliseconds