Changes between Version 3 and Version 4 of SubversionLocationPlugin


Ignore:
Timestamp:
Nov 18, 2008, 7:14:28 PM (16 years ago)
Author:
Erik Rose
Comment:

Added installation instructions.

Legend:

Unmodified
Added
Removed
Modified
  • SubversionLocationPlugin

    v3 v4  
    2323You can check out SubversionLocationPlugin from [https://weblion.psu.edu/svn/weblion/weblion/weblion.psu.edu/svnUrlsPlugin/ here] using Subversion, or [https://weblion.psu.edu/trac/weblion/browser/weblion/weblion.psu.edu/subversionlocationplugin browse the source] with Trac. I have it in my own repository right now; if you want commit, just ask.
    2424
     25== Installation ==
     26
     27Follow the normal [http://trac.edgewall.org/wiki/TracPlugins egg installation procedures].
     28
     29Under the [components] section, enable the plugin:
     30
     31{{{
     32[components]
     33subversionlocation.* = enabled
     34}}}
     35
     36Finally, add a section to your project's trac.ini:
     37
     38{{{
     39[svn]
     40repository_url = https://your.repository/location
     41}}}
     42
     43Drink, and enjoy.
     44
    2545== Example ==
    2646