Commit 53bb6b93 authored by mamunozgil's avatar mamunozgil
Browse files

Added SVNDepth

parent 2dd4adee
Pipeline #10746 passed with stage
in 17 seconds
...@@ -78,6 +78,7 @@ public class RepoUtil { ...@@ -78,6 +78,7 @@ public class RepoUtil {
SvnCheckout checkout = operationFactory.createCheckout(); SvnCheckout checkout = operationFactory.createCheckout();
checkout.setSingleTarget(SvnTarget.fromFile(new File(targetPath))); checkout.setSingleTarget(SvnTarget.fromFile(new File(targetPath)));
checkout.setSource(SvnTarget.fromURL(url)); checkout.setSource(SvnTarget.fromURL(url));
checkout.setDepth(SVNDepth.INFINITY);
String protocol = url.getProtocol(); String protocol = url.getProtocol();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment