Changes between Version 16 and Version 17 of GitMirror
- Timestamp:
- 03/08/09 13:38:43 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GitMirror
v16 v17 1 1 There are automatically updated git mirrors of Numpy (and Scipy) available: 2 2 3 - http:// github.com/pv/numpy-svn4 - http:// github.com/pv/scipy-svn3 - http://projects.scipy.org/git/numpy.git 4 - http://projects.scipy.org/git/scipy.git 5 5 6 6 You can use these to make developing contributions to Numpy and Scipy easier. 7 7 An example workflow is discussed on this page. 8 8 9 There are also several developer's work repositories there, for example:9 There are also several developer's work repositories: 10 10 11 11 - http://github.com/pv/scipy-work … … 26 26 This needs to be done only once. 27 27 {{{ 28 git clone --origin svn git://github.com/pv/scipy-svn.git scipy.git28 git clone --origin svn http://projects.scipy.org/git/scipy.git scipy.git 29 29 }}} 30 30 This will take some time, as the repository (ca. 30 MB) contains Scipy's whole history. … … 111 111 It's one of the most prominent providers, so we concentrate on it for now. 112 112 113 For github, you can fork the scipy-svn repository via the web interface, so that you don't need114 to transfer a lot of data the first time.115 113 Note that you need to have a SSH private key to upload. Check the documentation 116 114
