Edgewall Software

Changes between Version 17 and Version 18 of TracRepositories


Ignore:
Timestamp:
Jul 21, 2016, 8:55:56 PM (8 years ago)
Author:
Jun Omae
Comment:

use https for svn.edgewall.org, bitbucket.org and github.com

Legend:

Unmodified
Added
Removed
Modified
  • TracRepositories

    v17 v18  
    55Everyone has read access to the Trac Subversion repository located at:
    66
    7  http://svn.edgewall.org/repos/trac/
     7 https://svn.edgewall.org/repos/trac/
    88
    99In addition, see TracDev/SubmittingPatches for instructions on how to create and submit patches.
     
    1111Example:
    1212{{{
    13 $ svn checkout http://svn.edgewall.org/repos/trac/trunk
     13$ svn checkout https://svn.edgewall.org/repos/trac/trunk
    1414$ cd trunk
    1515$ emacs
     
    2929=== Mercurial mirror on bitbucket.org
    3030
    31  http://bitbucket.org/edgewall/trac
     31 https://bitbucket.org/edgewall/trac
    3232
    3333You can register for a BitBucket account and then "Fork" the above repository, which will create your own `trac` repository  under your account.
     
    3636
    3737{{{
    38 hg clone http://bitbucket.org/edgewall/trac
     38hg clone https://bitbucket.org/edgewall/trac
    3939}}}
    4040
     
    8383=== Git mirror on github.com
    8484
    85  http://github.com/edgewall/trac
     85 https://github.com/edgewall/trac
    8686
    8787You can either register for a GitHub account and then "Fork" the above repository, which will create your own `trac` repository  under your account.
     
    9090
    9191{{{
    92 git clone http://github.com/edgewall/trac.git
     92git clone https://github.com/edgewall/trac.git
    9393}}}
    9494