> My install dir is /usr/local/trac/ and I'm editing files under /usr/ > local/trac/lib/python2.3/, is that correct?
For development, only modify the files in-place. In other words, something like the following should make it: svn co http://svn.edgewall.com/repos/trac/trunk trunk cd trunk export PYTHONPATH=`pwd` python setup.py egg_info python trac/admin/console.py /var/lib/project initenv python trac/web/standalone.py -p 8080 -r /var/lib/project initenv vim trac/... whatever HTH, Manu --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
