Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CoTA
cota-backend
Commits
53bb6b93
Commit
53bb6b93
authored
Jan 07, 2025
by
mamunozgil
Browse files
Added SVNDepth
parent
2dd4adee
Pipeline
#10746
passed with stage
in 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/de/hftstuttgart/dtabackend/utils/RepoUtil.java
View file @
53bb6b93
...
@@ -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
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment