Returns the message itself without any modifications to it
or "" if the message is null.
In other words this method does nothing except of replacing null
for "" .
Parameters: message - a user's initial commit log message Parameters: commitables - an array of SVNCommitItem objectsthat represent Working Copy items which have local modificationsand so need to be committed to the repository the user's initial commit log message or "" if the message is null throws: SVNException - |