tracman wrote: > hi all, > > is there any goo dway for deploying the SVN trunk from a Trac project > to eg. a remote FTP, network share etc? > I tried the PlatformDeploymentPlugin > http://trac-hacks.org/wiki/PlatformDeploymentPlugin > -- but this is distributed as a Egg file for Python 2.4 -- and I am on > Python 2.5.1 -- I could not install it.
You might email the author and ask for the source (or better yet, get them to put it into trac-hacks.org's subversion repo). > There are a couple of other options probably, like using the Continuum > plugin, Maven.. etc. I feel this might be over the top since these > tools are more for continuous integration, unit testing, etc and very > much Java focussed than for simple deployment tasks. > > Anybody with similar problems / solutions / ideas? If you've got a particular "release" branch that you only commit to when you want to do a "deploy" operation, then you might be able to bypass Trac and instead write a little post-commit-hook script for your svn repo that checks if the commit touches the release branch, and if so, do the scp or ftp commands. HTH, Matt --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
