Edgewall Software

Changes between Version 8 and Version 9 of TracRepositories


Ignore:
Timestamp:
Apr 23, 2010, 5:19:01 PM (14 years ago)
Author:
Christian Boos
Comment:

copied svn checkout example from TracInstall@303

Legend:

Unmodified
Added
Removed
Modified
  • TracRepositories

    v8 v9  
    33Everyone has read access to the Trac Subversion repository located at http://svn.edgewall.org/repos/trac/. In addition, see [wiki:TracDev/SubmittingPatches] for instructions to download the latest source and create and submit patches.
    44
     5Example:
     6{{{
     7$ svn checkout http://svn.edgewall.org/repos/trac/trunk
     8$ cd trunk
     9$ emacs
     10$ svn diff > my_great_patch.diff
     11}}}
     12
    513Please send patches to the MailingList for review and merging. If you think you should have write-permission to the repository, please contact JonasBorgstrom directly: he will possibly give you an account and a password with which you will be able to commit to the repository (thru https://svn.edgewall.org/repos/trac/).
    614
    715A public (unofficial) [http://www.selenic.com/mercurial/ Mercurial] mirror is available [http://hg.xavamedia.nl/trac/ here]. This is useful if you want to keep track of development versions and/or rebase some of your own changes against it using Mercurial Queues (or to help develop patches against official Trac trunk).
     16See also #9235.
    817
    918----