-
Improvement
-
Resolution: Unresolved
-
Major
-
Slave workspace on NFS
I've several directories (say, a,b,c,d and e on the top level. They're quite capacious inside with many nested levels. I need to delete all but two.
I set exclude to "a" and "c" and the cleaning process takes very much time, rm -rf works much faster, so i assume it's not a general performance issue.
I don't want to look what the algorithm is, but maybe it's not optimal if it tries to check any pathname. On the other hand maybe i should write something like a/** and c/**?
Update. The same setup.
I have a workspace like:
When i set the clean-ws like:
include sv_2*
include svfe
include sv_instance
and mark the "directories" checkbox, the workspace is not being cleaned at all.
But if i leave only "include svfe", it works as expected: cleans svfe directory.
I suspect i do something improper but cannot deduct what…