Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

This question already has an answer here:

It seems that there are no way to do that in P4V.

I can use 'Submitted Changelist'and but it's quite cumbersome and there I can only search by User & Workspace.

I'd like to search the history by description.

Is there any easy way to do that?

share|improve this question
I asked the same question here: stackoverflow.com/questions/134103/… – raven Dec 5 '08 at 21:20

marked as duplicate by BoltClock Mar 1 at 6:00

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

If you are on Windows, P4Win has a "Find string" menu item that works on all the fields in the Submitted Changelists - very handy.

You can also do what you want from the command line, by piping the output of p4 changes through grep or something similar.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.