I have just started to use Perforce as a version control and trying to familiarize myself with the functionality. I am using GUI tool P4V.
Question: How do I understand which revision I have in my workspace?
It is clear for me that when I get the latest revision no files will be changed if I have the latest revision. But how often then I should do it? I was using Mercurial previously and there it was clearly visible which changeset I currently have.
Based on my research I came across command p4 sync -n
which should just show the difference, but doesn't do the sync, but what about GUI tool, can it show somehow?