p4.properties #2

  • //
  • guest/
  • sivananda_poreddy/
  • perforce/
  • api/
  • java/
  • p4package/
  • examples/
  • p4.properties
  • View
  • Commits
  • Open Download .zip Download (911 B)
#
# P4 Properties
#

# Full path to the P4 executable
#
p4.executable=D:\\Program Files\\Perforce\\P4.EXE

# P4PORT to connect to.
#
p4.port=public.perforce.com:1666

# P4USER to run as.
#
p4.user=david_markley

# P4CLIENT to use.
#
p4.client=dmarkley-test

# P4PASSWD to use for the P4USER, if one has been set.
#
p4.password=mylittlesecret

# P4TICKETS to use for the P4USER, if one has been set.
# Ideally, set the p4.password to empty string
p4.tickets=D:\\p4.tickets

# Logfile to use, if uncommented.
#p4.logfile=D:\\p4.log

# Log level to use, if uncommented.
#p4.log_level=split

# SystemRoot and SystemDrive for a Windows machine. These are needed in order
# for the package to resolve hostnames. Why? I have no idea. Send questions to
# [email protected]
#
p4.sysroot=D:\\WINNT
p4.sysdrive=D:

# If uncommented, this will set the server timeout threshold (in milliseconds).
#p4.threshold=30000
# Change User Description Committed
#2 7578 Sivananda Poreddy Adding support for ticket based authentication, and small fix for DirEntry file
#1 5992 Sivananda Poreddy Creating my own branch from original base
//public/perforce/api/java/p4package/examples/p4.properties
#1 1149 David Markley Added more documentation, a few examples, a cleanUp method, and a server timeout threshold.
//guest/david_markley/p4package/examples/p4.properties
#1 1148 David Markley Added a few examples and a server connection timeout threshold.