John Mandia wrote: > Hi All, > > I've just started looking at trac and it looks like it has a lot of > potential. > > I am looking at possibly using trac in the following setup: > > * trac > * perforce > * cruisecontrol.net (for continuous builds and running of unit tests, > coverage reports etc). > > Now I've looked around and it seems you have some support for perforce > (not as much as Subversion but enough) and I've seen mention of a > cruise control plugin as well. > > This all sounds good and I am trying to get it set up but my knowledge > of Python is 0 (I'm a .net developer). I was hoping that I could > simply run trac off IronPython (Microsoft's .net implementation of > the .NET language) but it seems like even though a few people have > asked for it, it hasn't actually been attempted (I've added a > suggested to the www.codeplex.com site where IronPython is listed > asking for them to attempt it). I will therefore attempt doing the > standard install. > IronPython is: 1) not compatible with either ClearSilver, a C extension, or Genshi, relies on dynamic code generation. 2) not compatible with dbapi2 in general, although some people have made layers over ADO to fake it. > I do have three quick questions however: > > 1) Can I ignore the Subversion related steps in your setup > instructions (since I won't be using it). > Yes, just put in nothing when it asks for a repository folder. > 2) How stable is the 0.11 version? As mentioned I am looking to use > trac for a project, would I be better off with 0.10.x for stability or > are there features that make 0.11 worth the effort of setting up. Are > you looking to release 0.11 in May or later? > I wouldn't use it in production yet. > 3) If it is worth moving to 0.11 can you let me know when you have > instructions on how to compile the dev build (is there any chance of > packaging up betas for the community)? > Not unless you need a specific feature from trunk.
--Noah --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
