Perforce - for experts only?

I am using the P4V client. I just want to perform basic tasks; I do not want to use the command line and become an expert in Perforce. The simple task I'm trying to accomplish is to copy the description and file list of the submitted change list. Is there any way to do this basic task?

+3
source share
2 answers

Using the command line does not make an expert.

p4 describe <changelist> was much shorter than your question :)

+7
source

There is a two-step process in p4v in which you open the list of changes presented and:

  • select a description of the change list and copy it, then paste it into the destination.
  • node , , .

, , , , - , .

, p4win .

+3

Source: https://habr.com/ru/post/1712223/


All Articles