Edgewall Software

Changes between Version 48 and Version 49 of TracMultipleProjects/ComprehensiveSolution


Ignore:
Timestamp:
Jan 28, 2008, 8:43:34 PM (16 years ago)
Author:
Dave Abrahams <dave@…>
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracMultipleProjects/ComprehensiveSolution

    v48 v49  
    145145
    146146   - ''Just a quick feedback to mention that at this point, '''what''' your solution is isn't immediately clear  ;-). From the ''requirements'' section below it appears that it is based on !TracForge, so maybe this should be made more clear from the start. Note that !TracForge itself is probably implementing something quite close to what is discussed in TracMultipleProjects/MultipleEnvironments.'' [[br]]-- cboos 06/25/2007 11:02:46 AM
    147    - ''Yes, I know.  As I said, "work in progress," which I hope to have finished in the next few days.  I'm actually combining stuff from !TracForge, various other plugins from TracHacks, stuff from TracMultipleProjects/MultipleEnvironmentsSingleDatabase, and some of my own code.  The approach for supporting cross-project queries is entirely different from what !TracForge does, so characterizing it as "based on !TracForge" won't really tell people what it is.'' [[br]]-- dave 06/28/2007 04:45:59 PM
     147   - ''I think most of that should be clear now.''  My earlier response:  ''Yes, I know.  As I said, "work in progress," which I hope to have finished in the next few days.  I'm actually combining stuff from !TracForge, various other plugins from TracHacks, stuff from TracMultipleProjects/MultipleEnvironmentsSingleDatabase, and some of my own code.  The approach for supporting cross-project queries is entirely different from what !TracForge does, so characterizing it as "based on !TracForge" won't really tell people what it is.'' [[br]]-- dave 06/28/2007 04:45:59 PM
    148148   - ''If you can tell me more than 3 persons who could understand how tracforge did solve "cross project queries" i pay you a beer,  and based on tracforge is confusing as you solved it differently. otherwise "based on tracforge" is not confusing as anyway nobody knew it, or tracforge did not solve it, and you just extended it to make it a workable solution ...'' [[br]] --ThurnerRupert 06/29/2007 05:14:04 PM
    149149   - Is there a possibility to reach the same thing with sqlight?
     150   - ''Not in this way; this particular scheme relies on the unique ability of PostGreSQL to use multiple schemas in the same database and do queries across those schemas.  If you don't care about cross-project queries, then of course SQLite should work fine.'' [[br]] -- dave 01/28/2008
     151
    150152----