Class SVNFileChecksumResolverUtil
java.lang.Object
org.wso2.carbon.deployment.synchronizer.subversion.util.SVNFileChecksumResolverUtil
This class resolves the checksum issues causing svn 1.6 in the .svn/entries file.
The error message from the SVNNotifyListener will trigger this.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidresolveChecksum(String errorMessage) Resolves the checksum inconsistency in svn client when commit and update.
-
Constructor Details
-
SVNFileChecksumResolverUtil
public SVNFileChecksumResolverUtil()
-
-
Method Details
-
resolveChecksum
Resolves the checksum inconsistency in svn client when commit and update.- Parameters:
errorMessage- Error message which is captured by the SVNNotifyListener logError method.
-