I downloaded latest p4 tool, but it missing reconcile
command:
$ p4 -V
Perforce - The Fast Software Configuration Management System.
Copyright 1995-2012 Perforce Software. All rights reserved.
This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.openssl.org/)
See 'p4 help legal' for full OpenSSL license information
Version of OpenSSL Libraries: OpenSSL 1.0.1c 10 May 2012
Rev. P4/LINUX26X86_64/2012.2/536738 (2012/10/16).
here is list of supported commands (I removed some lines):
$ p4 help commands
Perforce client commands:
add Open a new file to add it to the depot
admin Perform administrative operations on the server
annotate Print file lines along with their revisions
archive Archive obsolete revisions to archive depots.
...
pull Cause satellite to pull journal or file data from master
rename Explains how to rename files
reopen Change the type or changelist number of an opened file
replicate Poll for journal changes and apply to another server
resolve Merge open files with other revisions or files
resolved Show files that have been merged but not submitted
restore Restore archived revisions to their original location.
revert Discard changes from an opened file
review List and track changelists (for the review daemon)
reviews Show what users are subscribed to review files
set Set variables in the registry (Windows only)
shelve Store files from a pending changelist into the depot
sizes Display size information for files in the depot
submit Submit open files to the depot
sync Synchronize the client with its view of the depot
tag Tag files with a label
tickets Display list of session tickets for this user
...
workspaces Display list of known clients
where Show how file names map through the client view
Commands reconcile
and status
are missing. Server version is 2010.2/347035 and it can't be upgraded since it located at customer side and manages hundreds depots.
From my point of view - reconcile command should be completely client-side, so it shouldn't depend on server version. Or I'm wrong? What is the reason why these commands are missing?
EDIT: In P4V client I'm able to run similar command Reconcile offline work
and it works on our servers.