# Robert Cowham, Vaccaperna Systems Ltd, 2003/12/04 # p4_port = 'localhost:2999' p4_user = 'robert' p4_password = '' p4_client_executable = "C:/apps/bin/p4.exe" p4_server_description = 'Perforce server' p4_license_file = None p4_server_path = "C:/apps/bin" p4_server_2010_2_executable = "p4d-2010-2.exe" p4_server_2013_2_executable = "p4d-2013-2.exe" p4_server_2014_1_executable = "p4d-2014-1.exe" winword_2013_executable = "C:\Program Files x(86)\Microsoft Office\Office15\winword.exe" winword_2010_executable = "C:\Program Files\Microsoft Office\Office14\winword.exe" winword_2007_executable = "C:\Program Files\Microsoft Office\Office12\winword.exe" winword_2003_executable = "C:\Program Files\Microsoft Office 2003\Office11\winword.exe" p4port = p4_port window_wait = 15 # time to wait for a window to appear
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 11314 | Robert Cowham | Initial population of perforce_software version of P4OFC | ||
//guest/robert_cowham/perforce/P4OFC/main/test/config_WIN-B7UQ3E1TN83.py | |||||
#2 | 11198 | Robert Cowham |
Update tests: - use p4.run_password as per latest p4python - fix test suite runner and argument parsing to make more modern |
||
#1 | 10843 | Robert Cowham |
Initial version of P4OFC source code. See README.txt (and LICENSE.txt and doc\P4OFC-Design.docx) |