Hi, When going through the code, noticed that in "org.wso2.carbon.deployment.synchronizer.subversion.SVNBasedArtifactRepository" class [1] "SVNBasedArtifactRepository" method it tries to check for directory information in svn remote location. If that fails(throws exception) then code tries to create that folder in svn remote location. The issue I saw is this happens even for worker nodes(it doesn't check for "AutoCommit" property).
Is this the correct behavior? shouldn't worker nodes avoid doing such things? [1] - https://github.com/wso2/carbon-commons/blob/master/components/deployment-synchronizer/org.wso2.carbon.deployment.synchronizer.subversion/src/main/java/org/wso2/carbon/deployment/synchronizer/subversion/SVNBasedArtifactRepository.java Thanks, -- Rajith Vitharana Software Engineer, WSO2 Inc. : wso2.com Mobile : +94715883223 Blog : http://lankavitharana.blogspot.com/
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
