wiki:TracSuposePlugin

Version 4 (modified by Bangyou Zheng, 13 years ago) (diff)

--

TracSupoSE

Description

The plugin is used to search SVN repository history for a specific folder with SupoSE (http://www.supose.org).

Bugs/Feature Requests

Existing bugs and feature requests for TracSuposePlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:tracsuposeplugin here].

Source

You can check out TracSuposePlugin from here using Subversion, or browse the source with Trac.

Installation

Download SupoSE and unzip to a folder.

Depending on how you do the install, you may need to add a line to your trac.ini:

[components]
tracsupose.* = enabled

You need to add path of SupoSE and index folder to your trac.ini

[supose]
index = C:\MyDoc\Projects\TracTest\index
indexedrev = 36
supose = C:\supose\bin\supose.bat

After these, you can restart your server.

Example

A search box is add when browse source codes. TracSuposePlugin will search current folder and subfolder, even when you browse a file. SupoSE can not search a specific file as I know.

NOTE: A new parameter indexedrev will be added when first time to run TracSuposePlugin to store indexed rev. After first running, new submit revs only are indexed.

All results of will be returned when the search box is clicked. You can change the search path in the reposearch.

Recent Changes

10486 by helend on 2011-07-22 13:19:41
TracSuposePlugin: #8991 fixed path in the linux
10236 by helend on 2011-05-27 05:43:40
Add options contents.
10235 by helend on 2011-05-27 05:14:47
Remove duplicated hits.
(more)

Author/Contributors

Author: helend
Maintainer: helend
Contributors:

Attachments (3)

Download all attachments as: .zip