[Trac-tickets] Re: [The Trac Project] #1132: Use Subversion for data repository

The Trac Project noreply at edgewall.com
Sat Oct 1 07:16:09 CDT 2005


#1132: Use Subversion for data repository
------------------------------+---------------------------------------------
 Reporter:  twenim at empal.com  |        Owner:  jonas
     Type:  enhancement       |       Status:  new  
 Priority:  normal            |    Milestone:       
Component:  wiki              |      Version:  none 
 Severity:  normal            |   Resolution:       
 Keywords:  subversion        |  
------------------------------+---------------------------------------------
Comment (by anonymous):

 Added a attachment to TighterSubversionIntegration, which enables a svn
 wiki backend.

 Usage:

 create a directory in your svn repos, and add a line like this to the
 trac.ini file:
 {{{
 [wiki]
 svn_root = /path/to/wiki/root/from/svn/scope/
 }}}
 dump all wiki files which trac-admin to this directory, and commit it.

 Apply the patch and restart trac.

 TODO:
  * Deletion of pages.
  * Add the TimeLineEventProvider and ISearchProvider.
  * Testing the authz support.

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/1132>
The Trac Project <http://trac.edgewall.com/>


More information about the Trac-Tickets mailing list