Edgewall Software

Changes between Version 4 and Version 5 of TighterSubversionIntegration


Ignore:
Timestamp:
Jan 31, 2005, 1:32:52 AM (19 years ago)
Author:
ryandesign
Comment:

corrected typos

Legend:

Unmodified
Added
Removed
Modified
  • TighterSubversionIntegration

    v4 v5  
    1212  * Versioning attachments.
    1313
    14 Currently, it is done that way:
     14Currently, it is done this way:
    1515  * Each edit of a wiki page corresponds to a new database
    1616    record with the full content of the page
     
    4242could actually be placed in the {{{doc}}} subfolder of that
    4343component. Keeping it closer to the source increases its chances
    44 to stay uptodate.
     44of staying up-to-date.
    4545
    4646This Wiki redirection would be quite simple to implement:
    47 the content would be a TracLinks pointing to a specific file
     47the content would be a [wiki:TracLinks Trac link] pointing to a specific file
    4848in the repository.
    4949Actually, that's similar to the TicketAliases idea (See #976).
     
    5151The same for attachments: any file from the repository could be
    5252said to be "attached" to a Trac object, instead of having to be
    53 uploaded in all cases. In the end, an Attachment and a File would
     53uploaded in all cases. In the end, an attachment and a file would
    5454really be the same thing.
    5555
     
    5858
    5959There would be essentially 2 ways to implement that integration:
    60  * using a private area in the Subversion repository being trac'ed
     60 * using a private area in the Subversion repository being Trac'ed
    6161 * using a private repository
    6262
    6363=== A private area ===
    6464
    65 A top-level folder in the repository would be used by trac.
     65A top-level folder in the repository would be used by Trac.
    6666This could be {{{/trac}}}, but that would be configurable.
    6767
    68 There would be no point to deal with a Changeset saying
     68There would be no point in dealing with a Changeset saying
    6969''!WikiPage !AbCdEf modified'', beside the regular !WikiPage edited event,
    7070except, of course, if that modification was done outside of Trac,
     
    9393 * It would require more administrative work to make that repository
    9494   directly accessible to clients. That access would be convenient
    95    for directly editing a wiki content with a text editor.
     95   for directly editing wiki content with a text editor.