# Copy this into the shell startup file (.profile or whatever). export P4USER='<user>' # Who is the default user on this host. export P4CLIENT='<client>' # The name of the P4 client. export EDITOR='<editor>' # Your favorite editor program. export DIFF='<editor>' # Your favorite difference program. export P4PATH='<path>' # Where the whole package is installed. export P4ROOT='<path>' # Where the work files will be. export P4PORT='XXX.XXX.XXX.XXX:XXXX' # Where the server is. export PERLLIB=$P4PATH/lib # So perl will find 'P4.pm'. export P4TEMP='<path>' # Where to put temporary files. . $P4PATH/p4funcs # Defines all commands. PATH=$PATH:$P4PATH # Make scripts available.
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 5093 | Hari Krishna Dara |
Populating perforce branch. I will be adding p4admin files to it. |
||
//guest/perforce_software/utils/aegis/lib/p4init | |||||
#1 | 17 | Perforce maintenance | Added p4-Aegis wrappers, version 0.1 |