p4init #1

  • //
  • public/
  • perforce/
  • archive/
  • utils/
  • aegis/
  • lib/
  • p4init
  • View
  • Commits
  • Open Download .zip Download (692 B)
# 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
#2 8451 michael Move old aegis app into correct archived directory.
#1 8256 michael Archiving aegis project
//guest/perforce_software/utils/aegis/lib/p4init
#1 17 Perforce maintenance Added p4-Aegis wrappers, version 0.1