package org.gcube.dataanalysis.dataminerpoolmanager; ***REMOVED*** ***REMOVED*** import org.gcube.dataanalysis.dataminer.poolmanager.util.SVNUpdater; import org.gcube.dataanalysis.dataminer.poolmanager.util.ServiceConfiguration; ***REMOVED*** ***REMOVED*** /** * Created by ggiammat on 5/17/17. */ public class SVNTests ***REMOVED*** public static void main(String[] args) throws SVNException, IOException, InterruptedException ***REMOVED*** SVNUpdater svnUpdater = new SVNUpdater(new ServiceConfiguration("/home/ngalante/workspace/dataminer-pool-manager/src/main/resources/service.properties")); Algorithm algo = AlgorithmBuilder.create("http:***REMOVED***data.d4science.org/R0ExYjFPVFBrOUlNdEhrTUQyQlZjbUJuQ20rbGFrZ0pHbWJQNStIS0N6Yz0"); ***REMOVED***algo.setClazz(algo.getClazz() + "TEST"); ***REMOVED***svnUpdater.updateSVNRProtoAlgorithmList(algo, "/d4science.research-infrastructures.eu/gCubeApps/RPrototypingLab", "Dataminer Pool Manager", "Proto"); svnUpdater.readRPRotoDeps(algo); ***REMOVED*** ***REMOVED***