Hi Mark, On Thursday 23 September 2010, Makis wrote: > Yesterday, I downloaded and attempted to install Agilo. From the web > pages it looked like a good project for groups that use Scrum. I > tried load it on a test machine with Trac 0.12 and several 0.12 > modules. We need the multilingual capabilities of v.0.12.
We're currently working on support for Trac 0.12, but as you experienced, the latest release still needs 0.11.X. > What I found absolutely amazing was that without asking or even > warning, it rolled back my Trac version and broke almost everything > that has to do with Trac. That's a kind of attitude that one expects > from Microsoft, Apple or Amazon, but never from an Open Source > outfit. > > Maybe you ought to consider revising your install script.... like > simply refusing to install when Trac is at v.0.12 if you can't > support it. What you describe is standard behavior of easy_install -- the usual tool to install Python eggs on Unix (besides distribution packages). There's nothing we can do in our install script. If you do not want easy_install to take any action, run it with the --dry-run parameter. And if easy_install does something that you want to revert, simply remove the binary_agilo egg and run "easy_install --upgrade trac". Cheers Robert -- Follow Agilo on Twitter: http://twitter.com/agiloforscrum Please support us by reviewing and voting on: http://userstories.com/products/8-agilo-for-scrum http://ohloh.net/p/agilo-scrum http://freshmeat.net/projects/agiloforscrum You have received this message because you are subscribed to the "Agilo for Scrum" Google Group. This group is focused on supporting Agilo for Scrum users and is moderated by Agilo Software GmbH <http://www.agiloforscrum.com>. To post to this group, send email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/agilo

