mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-20 06:35:50 +02:00
fix for 162993 - ssh next the original src entry to be explicitly removed from cache
This commit is contained in:
parent
6427bd9c32
commit
8d270bf046
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue