Joseph S. Testa II wrote: > Hi all, > > I can't apply the v0.10.5 security fix to my v0.10.4 source > installation. > > I moved the v0.10.4 code out of the way and put the v0.10.5 sources > in its place. As per the "UPGRADE" instructions, I then ran: > > # python setup.py install > > This completed successfully. I then ran: > > # trac-admin /var/trac/xxxx upgrade
make sure that /var/trac/xxxx is the path to your trac environment, not the trac sources. <snip> > I double-checked that this "VERSION" file is not in the v0.10.5 > tarball, but it is in the v0.10.4 installation. This seems like an > upgrading bug or packaging error. I continue by copying over the > "VERSION" file from the v0.10.4 installation and try again: Indeed, because the VERSION file isn't in the sources. It's only in the trac environment that you created when you ran: trac-admin /path/to/env initenv > At this point, I cannot continue the v0.10.5 upgrade. It seems > like the upgrade process is broken. The thought of installing v0.11 > crossed my mind, but I would rather not subject my users to new code. I would highly suggest trying out 0.11. However, it won't solve your basic problem of not specifying a trac environment to the trac-admin command. -John --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
