show/hide this revision's text 4 deleted 348 characters in body

On occasion, I find myself wanting to search the text of changelist descriptions in Perforce. There doesn't appear to be a way to do this in P4V. I can do it by redirecting the output of the changes command to a file...

p4 changes -l > p4changes.txt

...(the -l switch tells it to dump the full text of the changelist descriptions) and then searching the file, but this is rather cumbersome. Has anyone found a better way?


I want to accept jop's answer, but Perforce doesn't seem to want to fix the bug


Ctrl+F searching of change list descriptions is finally available in P4V that prevents that solution from working2009.1. For now, I'd say Greg Whitfield's answer is It will only search what you pull from the best way to goserver, however. HoweverWe have less than 6000 CLs, I'm not selecting it as the answer because P4Win is on the way out and I'm unsure of how it would perform if you asked so telling it to retrieve them all the changes from is not a server that had problem for us, but if you have a huge number of change lists, searching them all this way may not be an option.

show/hide this revision's text 3 deleted 2 characters in body

On occasion, I find myself wanting to search the text of changelist descriptions in Perforce. There doesn't appear to be a way to do this in P4V. I can do it by redirecting the output of the changes command to a file...

p4 changes -l > p4changes.txt

...(the -l switch tells it to dump the full text of the changelist descriptions) and then searching the file, but this is rather cumbersome. Has anyone found a better way?


I want to accept jop's answer, but Perforce doesn't seem to want to fix the bug in P4SQL P4V that prevents that solution from working. For now, I'd say Greg Whitfield's answer is the best way to go. However, I'm not selecting it as the answer because P4Win is on the way out and I'm unsure of how it would perform if you asked it to retrieve all the changes from a server that had a huge number of them.

show/hide this revision's text 2 update

On occasion, I find myself wanting to search the text of changelist descriptions in Perforce. There doesn't appear to be a way to do this in P4V. I can do it by redirecting the output of the changes command to a file...

p4 changes -l > p4changes.txt

...(the -l switch tells it to dump the full text of the changelist descriptions) and then searching the file, but this is rather cumbersome. Has anyone found a better way?


I want to accept jop's answer, but Perforce doesn't seem to want to fix the bug in P4SQL that prevents that solution from working. For now, I'd say Greg Whitfield's answer is the best way to go. However, I'm not selecting it as the answer because P4Win is on the way out and I'm unsure of how it would perform if you asked it to retrieve all the changes from a server that had a huge number of them.

show/hide this revision's text 1