props.put(Params.Svn.DBURLPROP, dbUrl);
ISVNEditor editor = getEditor("Setting " + Params.Svn.DBURLPROP + " to " + dbUrl);
editor.openRoot(-1);
SvnUtils.modifyFileProps(editor, "/", props);
editor.closeDir();
SVNCommitInfo info = editor.closeEdit();
if (Log.isDebugEnabled(Geonet.SVN_MANAGER))
Log.debug(Geonet.SVN_MANAGER, "Committed " + dbUrl + " as property " + Params.Svn.DBURLPROP + ":" + info);
} else {
// get database URL from root of repository and check against dbUrl
// if it doesn't match then stop