org.wso2.carbon.deployment.synchronizer.subversion.util
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.
|
Method Summary |
static void |
resolveChecksum(String errorMessage)
Resolves the checksum inconsistency in svn client when commit and update. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SVNFileChecksumResolverUtil
public SVNFileChecksumResolverUtil()
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.
Copyright © 2015 WSO2. All rights reserved.