Vic/p4
From Summerseas
Using Perforce
Contents |
[edit]
How to find a codeline view and create a client
- p4 codelines |grep santool_solaris_sparc_ibm
- p4 -c engle:santool_solaris_sparc_ibm newclient -v santool_solaris_sparc_ibm
[edit]
How to list my changes
- p4 changes -u engle
[edit]
How to Get help on changes
- p4 help changes
[edit]
How to Show my clients
- p4 clients |grep engle
[edit]
Integrating change 590892 into main
- From Main view
- p4 take_change -c new 590892
- A new change number for main is created (612383)
- p4 submit -c 612383
