= Synchronize Perforce jobs from/to Trac tickets = == Description == A script used to synchronize Trac tickets to Perforce jobs. Status, user, description are synchronized. == Bugs/Feature Requests == Existing bugs and feature requests for PerforceJobScript are [report:9?COMPONENT=PerforceJobScript here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=PerforceJobScript&owner=ttressieres new ticket]. == Download == Download the zipped source from [download:perforcejobscript here]. == Source == You can check out PerforceJobScript from [http://trac-hacks.org/svn/perforcejobscript here] using Subversion, or [source:perforcejobscript browse the source] with Trac. == Example == you have to configure the script with the p4trac.conf file sample configuration: {{{ trac_project : /env/TracDatabase debug : 0 p4port : localhost:1666 p4user : User p4passwd : 0000000000000000000000000000 check_delay : 60 first_check : -1 dry_run : 0 p4_to_trac : open : new assigned : assigned working : assigned suspended : assigned closed : closed trac_to_p4 : new : open assigned : assigned closed : closed reopened : open }}} == Recent Changes == [[ChangeLog(perforcejobscript, 3)]] == Author/Contributors == '''Author:''' [wiki:ttressieres] [[BR]] '''Contributors:'''