Changes between Version 16 and Version 17 of GitMirror

Show
Ignore:
Timestamp:
03/08/09 13:38:43 (4 years ago)
Author:
pv
Comment:

Update Git repo urls

Legend:

Unmodified
Added
Removed
Modified
  • GitMirror

    v16 v17  
    11There are automatically updated git mirrors of Numpy (and Scipy) available: 
    22 
    3   - http://github.com/pv/numpy-svn 
    4   - http://github.com/pv/scipy-svn 
     3  - http://projects.scipy.org/git/numpy.git 
     4  - http://projects.scipy.org/git/scipy.git 
    55 
    66You can use these to make developing contributions to Numpy and Scipy easier. 
    77An example workflow is discussed on this page. 
    88 
    9 There are also several developer's work repositories there, for example: 
     9There are also several developer's work repositories: 
    1010 
    1111  - http://github.com/pv/scipy-work 
     
    2626This needs to be done only once. 
    2727{{{ 
    28 git clone --origin svn git://github.com/pv/scipy-svn.git scipy.git 
     28git clone --origin svn http://projects.scipy.org/git/scipy.git scipy.git 
    2929}}} 
    3030This will take some time, as the repository (ca. 30 MB) contains Scipy's whole history. 
     
    111111It's one of the most prominent providers, so we concentrate on it for now. 
    112112 
    113 For github, you can fork the scipy-svn repository via the web interface, so that you don't need 
    114 to transfer a lot of data the first time. 
    115113Note that you need to have a SSH private key to upload. Check the documentation 
    116114