Changes between Version 10 and Version 11 of TracSvnPoliciesPlugin


Ignore:
Timestamp:
Nov 12, 2015, 10:49:07 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracSvnPoliciesPlugin

    v10 v11  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Svn Policy Plugin
     3= Svn policy interface
    44
    55== Description
     
    2929== Download
    3030
    31 Download the zipped source from [download:tracsvnpoliciesplugin here].
     31Download the zipped source from [export:tracsvnpoliciesplugin here].
    3232
    3333== Source
    3434
    35 You can check out TracSvnPoliciesPlugin from [http://trac-hacks.org/svn/tracsvnpoliciesplugin here] using Subversion, or [source:tracsvnpoliciesplugin browse the source] with Trac.
     35You can check out TracSvnPoliciesPlugin from [/svn/tracsvnpoliciesplugin here] using Subversion, or [source:tracsvnpoliciesplugin browse the source] with Trac.
    3636
    3737== Installation
    3838
    39  * Get a archive with the plugin on your computer from [download:tracsvnpoliciesplugin here]
    40  * Edit the '''svnpolicy.conf''' configuration file - below are explained all the configurations
    41  * Install the plugin with easy_install
     39 * Get a archive with the plugin on your computer from [download:tracsvnpoliciesplugin here].
     40 * Edit the '''svnpolicy.conf''' configuration file - below are explained all the configurations.
     41 * Install the plugin with `easy_install`.
    4242 * Add in your `trac.ini` file under the components section the following:
    43 {{{#!ini
     43 {{{#!ini
    4444[components]
    4545svnpolicies.* = enabled
    4646}}}
    47  * Add PROJECT_ADMIN permission to the user that you want to see this admin panel
    48 {{{
     47 * Add the `PROJECT_ADMIN` permission to the user that should see this admin panel:
     48 {{{#!sh
    4949trac-admin /var/trac/svnpolicyexample/ permission add andrei PROJECT_ADMIN
    5050}}}
     
    6464== Screenshots
    6565
     66Administration panel for the svn policies:
     67
    6668[[Image(log.jpg, width=600px)]]
     69
     70Settings for email notifications:
    6771
    6872[[Image(notifications.jpg, width=600px)]]
    6973
     74Advanced settings for log messages during a commit:
     75
    7076[[Image(advanced.jpg, width=600px)]]
     77
     78Disallow commits, ie make the svn repository read-only:
    7179
    7280[[Image(readonly.jpg, width=600px)]]