
robguttman at gmail
Aug 8, 2012, 8:25 AM
Post #3 of 3
(180 views)
Permalink
|
|
Re: Any plug-ins or tools to automate deployment in Trac
[In reply to]
|
|
Srinivas, this isn't likely just what you're looking for but may give you ideas: http://trac-hacks.org/wiki/CloudPlugin - deployment integration for chef and AWS (we use to deploy specific refs specified in Trac web GUI) http://trac-hacks.org/wiki/CodeReviewerPlugin - has facility to determine latest (git) revision that has been code reviewed by ticket - Rob On Aug 8, 2012, at 2:54 AM, Srinivas G <shreeni999 [at] gmail> wrote: > All, > > We are trying to automate our deployment process in PHP development. > > Environment: > PHP, SVN (Version Control), Trac > > Ideally, I am looking for a plug-in or a workaround where in I can query the revisions associated with a Trac ticket and checkout those versions of files from SVN for deployment to our apache. > > If a plug-in isn't available, we are open to write a script that can query Trac repository to get SVN revisions against a ticket and take it from there. > > I have searched around on the web and in these forums but haven't found a solution. > > Thanks in advance > > -- > You received this message because you are subscribed to the Google Groups "Trac Users" group. > To view this discussion on the web visit https://groups.google.com/d/msg/trac-users/-/KNutW7MAqNYJ. > To post to this group, send email to trac-users [at] googlegroups > To unsubscribe from this group, send email to trac-users+unsubscribe [at] googlegroups > For more options, visit this group at http://groups.google.com/group/trac-users?hl=en. -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users [at] googlegroups To unsubscribe from this group, send email to trac-users+unsubscribe [at] googlegroups For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
|