1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-21 07:05:58 +02:00

fix for 162993 - ssh next the original src entry to be explicitly removed from cache

This commit is contained in:
David McKnight 2006-11-07 22:07:12 +00:00
parent 6427bd9c32
commit 8d270bf046

View file

@ -749,6 +749,7 @@ public final class FileServiceSubSystem extends RemoteFileSubSystem implements I
String tgtParent = targetFolder.getAbsolutePath();
try
{
removeCachedRemoteFile(sourceFolderOrFile);
result = service.move(monitor, srcParent, srcName, tgtParent, newName);
sourceFolderOrFile.markStale(true);
targetFolder.markStale(true);