[p4] Is there a command in Perforce that could tell me which changelists were included in the last sync I did?
G Barthelemy
gb.perforce at googlemail.com
Wed May 9 09:32:26 PDT 2007
There is a way to approximate this by simply querying which changelists have
affected the revisions of files that are currently sync'ed to your client.
p4 changes @client_name
Usually, only the highest / latest change is relevant, so "p4 changes -m1
@client_name" may be what you want. The technote below has a good tip: check
that the answer (the highest changelist number) is correct by running p4
sync -n @changelist_number. Anyway see:
http://www.perforce.com/perforce/technotes/note051.html
for more details...
--
Guillaume
On 5/9/07, Chenini, Mohamed <MChenini at geico.com> wrote:
>
> Yesterday (05/08/2007) around 16:30 PM I executed a perforce sync
> command to my workspace and then built the application. There were
> several changelists in this build. My question is the following:
>
>
>
> Is there a command in Perforce that could tell me which changelists were
> included in the last sync I did?
>
>
>
> Thanks,
>
> Mohamed
>
> ====================
> This email/fax message is for the sole use of the intended
> recipient(s) and may contain confidential and privileged information.
> Any unauthorized review, use, disclosure or distribution of this
> email/fax is prohibited. If you are not the intended recipient, please
> destroy all paper and electronic copies of the original message.
> _______________________________________________
> perforce-user mailing list - perforce-user at perforce.com
> http://maillist.perforce.com/mailman/listinfo/perforce-user
>
More information about the perforce-user
mailing list