Release Notes

Public

5.4.11.568: May 19 2014

New

Update operation: Now, the update operation notifies the download progress, printing size and number of files being downloaded. Also notfies whether the update operation is downloading a big file.

New

Checkin operation: Improved the checkin progress notification when working with slow networks.

Bug

p4 sync: The 'sync' operation didn’t detect moved files on a case insensitive depot when the changelist's depot path entries are stored in different cases for a moved/added - moved/deleted pairs that should be matched as moved items. Fixed.

Example of the failing case, 'p4 changelist' output:

 
        ... depotFile //MyStream/Src/foo.c
        ... headAction move/delete
        ... depotFile //mystream/src/foo.c
        ... headAction move/add
        

Bug

Command line client: The 'cm ls' command was showing an error message if the workspace contained xlinks and the '--tree' option or the '--selector' option were used together with the '--xml' or the '--format' option, and the '-R' option was not specified. The issue was related to obtaining the revision GUIDs to show them in the command output.