# Robert Cowham, Vaccaperna Systems Ltd, 2006/10/20 # # This is an example config file for testing p4python. # Note that the name of this file is constructed using the following python call: # config_filename = 'config_' + hostname + '.py' # Where hostname is the name of the current machine, e.g. some_server.some_domain.com # would give "some_server". p4_port = 'localhost:1680' p4_user = 'robert' p4_password = 'Password' p4_client = 'bruno_ws' # To avoid stopping the wrong server, recommend you keep this name different to any other server that might # be running on your system. p4_server_executable = "p4d-2006-1.exe" p4_server_path = r"C:\apps\bin\%s" % p4_server_executable # Location of zip file with sample depot. # Download as per http://www.perforce.com/perforce/technotes/note073.html sample_depot_zip = r'c:\download\sampledepot.zip'