vote up 2 vote down star

I use P4V client. I just want to do basic tasks; I don't want to use the command line and become an expert at Perforce. The simple task I'm trying to accomplish is to copy the description and file list of a submitted changelist. Is there any way to do this basic task?

flag

3 Answers

vote up 2 vote down

There is a two step process in p4v, where you open the submitted changelist view and:

  1. select the description of the changelist in question and copy it, then paste it to your destination.
  2. open the node of the changelist and select the file names that you would like, copy those and paste them to your destination.

note that you can also print the changelist including submitted files from this view, if a hard copy is what you are after.

I agree that that p4win was better suited for this task, and that the command line solution is a bit less tedious.

link|flag
vote up 5 vote down

Using the command line does not make one an expert.

p4 describe <changelist> was a whole lot shorter to type than your question :)

link|flag
You may want to use the "-s" flag to suppress the diff. – Commodore Jaeger Jul 9 at 22:37
See, I am far from an expert even though I use the command line :) – sigjuice Jul 9 at 22:54
vote up 2 vote down

Try P4W. I found it to be much more sensible.

link|flag
1  
+1 for p4win I don't know what the perforce people were thinking when they forced p4v onto everyone. – Byron Whitlock Jul 9 at 17:32
one nice thing in p4v is that you can edit the description of submitted changelists. – akf Jul 14 at 21:06
To whoever downvoted: how can you dispute that _I, personally, _ found P4W to be more sensible??? – John Saunders Jul 14 at 21:18
Maybe because p4win isn't an appropriate answer for that specific task? Just because you find p4win more sensible won't help the original poster at all. Besides, p4win is not supported anymore by perforce. – jhwist Jul 15 at 7:16
That's a Good point. – John Saunders Jul 15 at 9:21
show 1 more comment

Your Answer

Get an OpenID
or

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