Class SVNFileChecksumResolverUtil
- java.lang.Object
-
- org.wso2.carbon.deployment.synchronizer.subversion.util.SVNFileChecksumResolverUtil
-
public class SVNFileChecksumResolverUtil extends Object
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 Constructor Description SVNFileChecksumResolverUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
resolveChecksum(String errorMessage)
Resolves the checksum inconsistency in svn client when commit and update.
-
-
-
Method Detail
-
resolveChecksum
public static void resolveChecksum(String errorMessage)
Resolves the checksum inconsistency in svn client when commit and update.- Parameters:
errorMessage
- Error message which is captured by the SVNNotifyListener logError method.
-
-