Changes between Version 9 and Version 10 of SvnsyncPlugin


Ignore:
Timestamp:
Nov 11, 2015, 3:49:28 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • SvnsyncPlugin

    v9 v10  
    1313== Bugs/Feature Requests
    1414
    15 '''svnsync, and therefore the SvnsyncPlugin, requires the remote version svn server to be at least version 1.4; see the {{{svnsync}}} section of the [http://subversion.tigris.org/svn_1.4_releasenotes.html subversion 1.4]'''
    16 
    1715Existing bugs and feature requests for SvnsyncPlugin are
    1816[report:9?COMPONENT=SvnsyncPlugin here].
    1917
    2018If you have any issues, create a
    21 [http://trac-hacks.org/newticket?component=SvnsyncPlugin&owner=k0s new ticket].
     19[/newticket?component=SvnsyncPlugin new ticket].
    2220
    2321[[TicketQuery(component=SvnsyncPlugin&group=type,format=progress)]]
     
    2523== Download
    2624
    27 Download the zipped source from [download:svnsyncplugin here].
     25Download the zipped source from [export:svnsyncplugin here].
    2826
    2927== Source
    3028
    31 You can check out SvnsyncPlugin from [http://trac-hacks.org/svn/svnsyncplugin here] using Subversion, or [source:svnsyncplugin browse the source] with Trac.
     29You can check out SvnsyncPlugin from [/svn/svnsyncplugin here] using Subversion, or [source:svnsyncplugin browse the source] with Trac.
     30
     31== Installation
     32
     33General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
     34
     35Svnsync, and therefore the SvnsyncPlugin, requires the remote version svn server to be at least version 1.4; see the {{{svnsync}}} section of the [http://subversion.tigris.org/svn_1.4_releasenotes.html subversion 1.4].
    3236
    3337== Example
    3438
    35 In order to use this plugin, you must make some make some changes to the .ini file for your Trac project. First, enable the plugin:
     39To use this plugin, you must make some changes to the `trac.ini` file of your Trac project. First, enable the plugin:
    3640
    3741{{{#!ini
     
    4044}}}
    4145
    42 Make sure your repository type is set to svnsync:
     46Make sure your repository type is set to `svnsync`:
    4347
    4448{{{#!ini
     
    5559}}}
    5660
    57 The repository will be synced on each request. The first sync (to get all past versions) will take some time. You can get around this by using the svnsync.py script [UNIX syntax shown]:
     61The repository will be synced on each request. The first sync (to get all past versions) will take some time. You can get around this by using the svnsync.py script (UNIX syntax shown):
    5862
    5963{{{#!sh