Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.4
-
None
-
Patch
Description
Only the name of the files in the file set is used as arguments to the p4 labelsync command. This will only work if the specified files are in the working directory. Changing the file.getName() to file.getPath() fixes the problem for me. I have attached a patch.