I'm investigating Trac vs MantisBT vs Bugzilla. It seems Trac offers all I need and is most simple. Only one but. We have CVS not SVN.
CVS + Bugzilla/Mantis doesn't seem to be straightforward either. But there is something called viewVC to browse CVS repositories. So I figured I could just as well modify Trac, kick out the SVN repository browser, add viewVC, play around with hook scripts and the change set import function and here's my contribution to a better world. But I'm a complete newbie to python. Let alone setuptools, easyinstall and whatsoever. The Wiki tells me how to setup the development environment. Fine. Then it seems you can add plugins. And there is an example plugin helloworld. What I would like to do: just change a string in that example and see the result in my browser. In C/C++/C# it would be build and run a new executable. But here I am completely lost. The line "You can use setuptools to make a setup.py script that will produce a Python egg for your plugin." Means nothing to me. I guess some program takes helloworld.py as an input and generates setup.py? Then I'll have to run setup.py. But what does that do? Does anyone know a document/website that teaches me this? Thanks. -- You received this message because you are subscribed to the Google Groups "Trac Development" 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-dev?hl=en.
