Restored broken images and removed print statements.
|
@ -36,7 +36,6 @@ public class GitDirectoryContents implements WritableRepositoryContents {
|
||||||
public void write() throws IOException, FailedConnectionException {
|
public void write() throws IOException, FailedConnectionException {
|
||||||
WLFileStore.deleteInDirectoryApartFrom(gitDirectory, ".git");
|
WLFileStore.deleteInDirectoryApartFrom(gitDirectory, ".git");
|
||||||
for (FileNode fileNode : fileNodes) {
|
for (FileNode fileNode : fileNodes) {
|
||||||
System.out.println("Writing: " + fileNode.getFilePath());
|
|
||||||
fileNode.writeToDisk(gitDirectory);
|
fileNode.writeToDisk(gitDirectory);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -58,7 +58,6 @@ public class WLFileStore implements PersistentStoreSource {
|
||||||
if (file.isDirectory()) {
|
if (file.isDirectory()) {
|
||||||
deleteInDirectory(file);
|
deleteInDirectory(file);
|
||||||
}
|
}
|
||||||
System.out.println("deleting: " + file.getAbsolutePath());
|
|
||||||
file.delete();
|
file.delete();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Before Width: | Height: | Size: 316 B After Width: | Height: | Size: 8.6 KiB |
Before Width: | Height: | Size: 316 B After Width: | Height: | Size: 8.6 KiB |
Before Width: | Height: | Size: 316 B After Width: | Height: | Size: 8.6 KiB |
Before Width: | Height: | Size: 316 B After Width: | Height: | Size: 8.6 KiB |
Before Width: | Height: | Size: 316 B After Width: | Height: | Size: 8.6 KiB |