-On [20061012 18:54], Andrew Backer ([EMAIL PROTECTED]) wrote: >Can anyone give me pointers no getting .11 to overwrite .10 >successfully? I am currently running a few sites on this box on .10, >and I can't really move them anywhere else.
I always simply do: python setup.py build sudo -s/su -m rm -rf /usr/local/lib/python2.4/site-packages/trac rm -rf /usr/local/share/trac python setup.py install trac-admin /usr/local/trac upgrade wiki upgrade Generally takes ~5 minutes max. -- Jeroen Ruigrok van der Werven <asmodai(-at-)in-nomine.org> / asmodai イェルーン ラウフロック ヴァン デル ウェルヴェン http://www.in-nomine.org/ Seize from every moment its unique novelty and do not prepare your joys... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
