Reputation: 11306
I've written some python tools which work with the p4 command line to work on files I have opened in P4Win. However it seems like the p4 view can become different to the P4Win view. I'm not quite sure how to make them the same.
Upvotes: 2
Views: 1028
Reputation: 53310
Maybe by 'view' you mean client workspace? In which case the workspace selected by P4Win and p4 command-line are independent.
You need to use p4 set
to select the same workspace for command-line as you've selected for P4Win.
Upvotes: 3