# I am a configuration file for p4replicate.rb src_p4port=1666 src_p4client=repl-client-src src_p4clientroot=c:\temp\repl-client-src src_p4user=bruno # Comment out if no password # src_p4password= src_counter=p4replicate dest_p4port=1666 dest_p4client=repl-client-dest dest_p4user=bruno # Comment out if no password #dest_p4password=bruno # The next 2 fields are required if email is to be used for notification of success or failure mail_server=smtp.somewhere.uk mail_from=rc@vaccaperna.co.uk # Comment out either of the following two fields to not receive email notification # Multiple addresses should be comma seperated #mail_success_to=success@vaccaperna.co.uk #mail_fail_to=fail@vaccaperna.co.uk,fail@somehwere.else # Note that this is a standard Perforce view but LHS is source repository # and RHS is destination repository # All the normal Perforce wildcards can be used. # If there are spaces in paths then use quotes. view: //depot/Jam/MAIN/src/*.h //depot/repl/Jam/MAIN/*.h # "//depot/repl/src two/*" "//newdepot/repl/dest 2/*"