We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7abdc7 + 464b5aa commit 513a2beCopy full SHA for 513a2be
src/main/java/org/scm4j/vcs/svn/SVNVCS.java
@@ -66,6 +66,12 @@
66
import org.tmatesoft.svn.core.wc2.SvnOperationFactory;
67
import org.tmatesoft.svn.core.wc2.SvnTarget;
68
69
+import java.io.ByteArrayOutputStream;
70
+import java.io.File;
71
+import java.io.FileWriter;
72
+import java.nio.charset.StandardCharsets;
73
+import java.util.*;
74
+
75
public class SVNVCS implements IVCS {
76
private static final int SVN_PATH_IS_NOT_WORKING_COPY_ERROR_CODE = 155007;
77
private static final int SVN_ITEM_EXISTS_ERROR_CODE = 160020;
0 commit comments