# 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:1999' p4_user = 'robert' p4_password = 'Password1' p4_client = 'p4python-test' # 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-2007-2.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'
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#6 | 5967 | Robert Cowham | - Upgrade to use Perforce API 2007.2 (new structure of api dirs and minor code change) | ||
#5 | 5754 | Robert Cowham |
Added new attributes (and tests): GetConfig SetProg SetVersion SetTicketFile |
||
#4 | 5720 | Robert Cowham |
Tidy up setting of client Also error output |
||
#3 | 5719 | Robert Cowham | Tidy hardcoded executable names | ||
#2 | 5718 | Robert Cowham | Added automatic creation of new repository from zipped sampledepot. | ||
#1 | 5715 | Robert Cowham | Getting tests working with sample depot. |