Edgewall Software

Changes between Version 10 and Version 11 of TighterSubversionIntegration


Ignore:
Timestamp:
Jun 10, 2009, 12:26:48 PM (15 years ago)
Author:
Christian Boos
Comment:

mention BitBucket

Legend:

Unmodified
Added
Removed
Modified
  • TighterSubversionIntegration

    v10 v11  
    100100There had been a discussion about the pros and cons of integrating Trac with SVN more tightly. The discussion is summarized on the page [wiki:WhySQLite WhySQLite].
    101101
    102 Google's googlecode implementation goes at least partially down this route. The repository root contains the usual
    103 trunk, branches, and tags, plus wiki, which has all the wiki pages. Tickets/issues and other project metadata
    104 are not stored in SVN, however.
     102Google's googlecode implementation goes at least partially down this route,
     103using the [#Aprivatearea private area] approach. The repository root contains
     104the usual trunk, branches, and tags, plus wiki, which has all the wiki pages.
     105Tickets/issues and other project metadata are not stored in SVN, however.
    105106For an example, see [http://code.google.com/p/adns-python/ adns-python].
     107
     108BitBucket, on the other hand, uses the [#Aprivaterepository private repository]
     109approach, which is more natural for Mercurial.
    106110
    107111[http://www.ditrack.org/ DITrack] is a ''free, open source, lightweight, distributed issue tracking system implemented in Python'' that ''does'' store tickets/issues and other project metadata directly in SVN.
    108112
    109113
    110 == An Implementation ==
    111 of using svn for storing WikiPages is in this attachment:svn-wiki-backend-patch . See ticket:1132 for further details.
     114=== Example Implementation ===
     115of using svn for storing WikiPages is in this attachment:svn-wiki-backend-patch. See ticket:1132 for further details.