[p4] Can you find out which changelist your workspace has beensynced to?
Ivey, William
william_ivey at bmc.com
Mon Jan 28 15:15:01 PST 2008
In general, the command is:
p4 changes -m1 //... at yourClientName
or
p4 changes -m1 //...#have
The second one seems faster but the first can be run from
outside the workspace.
That doesn't guarantee that you have all the changes prior
to the one it displays since it only tells you the highest
changelist that updated at least one file in your workspace,
but it's a good start.
-Wm
-----Original Message-----
From: perforce-user-bounces at perforce.com
[mailto:perforce-user-bounces at perforce.com] On Behalf Of Yamuna
Ramasubramaniyan
Sent: Monday, January 28, 2008 4:54 PM
Hello,
I'd like to find out what changelist my workspace has been synced to.
P4 sync -n shows me which files would be updated if I were to do a sync,
but I'd like to find out which changelist I last synced to. I recall
this could be done in svn. Is this possible in P4?
TIA for your help,
Yamuna
More information about the perforce-user
mailing list