Edgewall Software

Changes between Version 50 and Version 51 of 0.12/TracFaq


Ignore:
Timestamp:
Jun 12, 2004, 5:10:03 PM (20 years ago)
Author:
rocky
Comment:

Added question/answer about re-syncing timeline/subversion.

Legend:

Unmodified
Added
Removed
Modified
  • 0.12/TracFaq

    v50 v51  
    107107-----
    108108
     109.. ** TIMELINE **
     110
     111Timeline
     112========
     113
     114How do I get Trac to resync the timeline with my subversion repository?
     115-----------------------------------------------------------------------
     116Currently this is crude.  Later, this ability will most likely be added to Trac itself via ticket #347.  But currently, you need to run the sqlite command-line utility on your trac database.  Once connected, you need to issue the following sql statements.
     117::
     118
     119    DELETE FROM node_change;
     120    DELETE FROM revision;
     121
    109122.. ** BROWSER **
    110123
     
    202215----------------------------------
    203216
     217
    204218CVSTrac is a similar but far simpler system which can trac a CVS repository. It
    205219doesn't (IMO) look as nice as trac, but a lot of the functionality is similar. Go