# Robert Cowham, Vaccaperna Systems Ltd, 2003/12/04
#
p4_port = 'localhost:1999'
p4_user = 'robert'
p4_password = ''
p4_client_executable = "C:\\Program Files\\Perforce\\p4.exe"
p4_server_description = 'Perforce server'
p4_license_file = 'C:\\Perforce\\license'
p4_server_executable = "C:\\Program Files\\Perforce\\p4d.exe"
ss_path = 'C:\\Program Files\\Microsoft Visual Studio\\Common\\VSS\\win32'
SSDIR = 'c:\\work\\vsstop4\\test-vss-db'
convert_params = {
'p4port': p4_port,
'p4client': 'vss',
'p4user': p4_user,
'root': '$/GUI Release 3.4/BO Configuration/Area Maintenance (AMnt)',
#'vsscorrupt': 'yes',
#'exclude': '$/GUI Release 3.4/BO Cash Management',
'ss_options': '-Ytjm,tjm -I-Y',
#'vss_use_ole': 'yes',
#'vss_user': 'tjm',
#'vss_password': 'tjm',
'depot': 'depot',
'depot_root': 'import/proj',
#'start_time': '2000/02/01 15:07:01',
#'typemap_regexp': '(makefile|\.(pdf|a|o|obj|lib|dll|exe))$',
'time_interval': 600,
'lowercase_pathnames': 'no',
'lowercase_filenames': 'no',
'lowercase_extensions': 'yes',
'lowercase_usernames': 'yes',
'debug_level': '10',
'bypass_metadata': 'no',
'perform_verify': 'no',
'skip_ss_get_errors': 'no',
'label_prefix': 'vss_',
# 'label_ignore_regexp': '(.*littler.*)',
}
p4port = p4_port
# |
Change |
User |
Description |
Committed |
|
#1
|
5557 |
Robert Cowham |
Create new branch |
|
|
//guest/perforce_software/utils/vsstop4/main/test/config_cowhamr-6100.py |
#2
|
5309 |
Robert Cowham |
Test harness nearly working again! |
|
|
#1
|
5303 |
Robert Cowham |
Rename //public/perforce/utils/vsstop4/main/test/config_cowhamr-lap1.py To //public/perforce/utils/vsstop4/main/test/config_cowhamr-6100.py |
|
|
//guest/perforce_software/utils/vsstop4/main/test/config_cowhamr-lap1.py |
#3
|
4217 |
Robert Cowham |
Got various tests working. |
|
|
#2
|
4215 |
Robert Cowham |
Setup config files. |
|
|
#1
|
4214 |
Robert Cowham |
Starting test harness |
|
|