|
|
@@ -581,7 +581,7 @@ public class DVCUtils { |
|
|
//刷新 |
|
|
//刷新 |
|
|
refreshRemoteBranches(localPath+"/"+repoFolder, username, password,branch); |
|
|
refreshRemoteBranches(localPath+"/"+repoFolder, username, password,branch); |
|
|
// 读取data文件夹中的文件列表 |
|
|
// 读取data文件夹中的文件列表 |
|
|
String path = localPath + "\\" + repoFolder + "\\" + filePath; |
|
|
|
|
|
|
|
|
String path = localPath + "/" + repoFolder + "/" + filePath; |
|
|
Path dataPath = Paths.get(path); |
|
|
Path dataPath = Paths.get(path); |
|
|
File[] files = dataPath.toFile().listFiles(); |
|
|
File[] files = dataPath.toFile().listFiles(); |
|
|
|
|
|
|
|
|
|