-
Bug
-
Resolution: Fixed
-
Major
When performing an auto cleanup and sync build, p4-plugin deletes files that are in an ignored folder. This is different behavior from running p4 reconcile at the command line which will not delete files in an ignored folder.
At //depot/client/.p4ignore:
/Library/
Build is set to Auto cleanup and sync, REPLACE, DELETE, Sync with MODTIME
Logs show:
P4 Task: cleaning workspace to match have list.
(p4):cmd:... p4 reconcile -w -f -m /Users/Shared/Jenkins/workspace/km-client-iOS/...
p4 reconcile -w -f -m /Users/Shared/Jenkins/workspace/km-client-iOS/...
After this step if I dump the contents of the ${workspace}/client/Library folder, it is empty. However, if I run this same reconcile command line on my local machine, the Library folder is left as-is.
bump