Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CoTA
cota-backend
Commits
1b9f606a
Commit
1b9f606a
authored
1 year ago
by
Lückemeyer
Browse files
Options
Download
Email Patches
Plain Diff
fixed directory deletion copy/paste
parent
3a86dd86
master
amg-dev-volumes
amg-svn+ssh
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/de/hftstuttgart/dtabackend/utils/JGitUtil.java
+1
-1
src/main/java/de/hftstuttgart/dtabackend/utils/JGitUtil.java
with
1 addition
and
1 deletion
+1
-1
src/main/java/de/hftstuttgart/dtabackend/utils/JGitUtil.java
+
1
-
1
View file @
1b9f606a
...
@@ -35,7 +35,7 @@ public class JGitUtil {
...
@@ -35,7 +35,7 @@ public class JGitUtil {
{
{
//create companion checkout dir "targetPath"+"_checkout"
//create companion checkout dir "targetPath"+"_checkout"
checkoutDirectory
=
new
File
(
targetPath
+
"_checkout"
);
checkoutDirectory
=
new
File
(
targetPath
+
"_checkout"
);
if
(
targe
tDirectory
.
exists
())
{
if
(
checkou
tDirectory
.
exists
())
{
LOG
.
debug
(
"clone checkout directory existing yet, deleting now"
);
LOG
.
debug
(
"clone checkout directory existing yet, deleting now"
);
FileSystemUtils
.
deleteRecursively
(
checkoutDirectory
);
FileSystemUtils
.
deleteRecursively
(
checkoutDirectory
);
}
}
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets