wiki:TracSuposePlugin

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

--

TracSupoSE

Description

The plugin is used to search SVN repository history for a specific folder or file with SupoSE. See also RepoSearchPlugin.

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.

A navigation item "Repo Search" is added. You can delete this item by disable "SupoSENaviContributor".

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. Please don't change and remove this indexedrev as SupoSE may reindex all revisions.

Screenshot

A search box is add when browse source codes.

Example

TracSuposePlugin will search current folder and all subfolders. All history of a file will be searched if you is browsing a file [Not exactly this file, but all files with the same name in the current folder and all subsfolders].

See Supose User Guide for some tips of query.

  • Search for contents
    +contents:"This is the Phrase" 
    
  • Search for Tags and Branches.
    aaa +tag:* -maventag:*
    
  • Search for revisions.
    aaa +revision:[1 TO 200]
    
  • Search for properties.
    +svn\:externals:*https\:*
    

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