Searched refs:ScmSvnSetProperty (Results 1 - 3 of 3) sorted by relevance

/vbox/src/bldprogs/
H A Dscm.h56 int ScmSvnSetProperty(PSCMRWSTATE pState, const char *pszName, const char *pszValue);
H A Dscmrw.cpp186 int rc2 = ScmSvnSetProperty(pState, "svn:eol-style", pszDesiredSvnEol);
188 RTMsgError("ScmSvnSetProperty: %Rrc\n", rc2); /** @todo propagate the error somehow... */
332 RTMsgError("ScmSvnSetProperty: %Rrc\n", rc); /** @todo error propagation here.. */
367 rc = ScmSvnSetProperty(pState, "svn:keywords", pszKeywords);
369 RTMsgError("ScmSvnSetProperty: %Rrc\n", rc); /** @todo error propagation here.. */
378 rc = ScmSvnSetProperty(pState, "svn:keywords", "Id Revision");
380 RTMsgError("ScmSvnSetProperty: %Rrc\n", rc); /** @todo error propagation here.. */
H A Dscmsubversion.cpp934 int ScmSvnSetProperty(PSCMRWSTATE pState, const char *pszName, const char *pszValue) function
997 return ScmSvnSetProperty(pState, pszName, NULL);

Completed in 63 milliseconds