Changes between Initial Version and Version 8 of Ticket #9433
- Timestamp:
- 07/26/10 20:47:51 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9433
-
Property
Status
changed from
new
toneeds_review
- Property Cc was added
-
Property
Status
changed from
-
Ticket #9433 – Description
initial v8 1 1 Put the text files in $SAGE_ROOT, and also the text files in spkg, under revision control. (See the discussion at the end of #9351.) 2 3 Here are the instructions: 4 5 - apply the patches trac_9433-sage-repo.patch and trac_9433-scripts.patch 6 7 and create the Mercurial repository: 8 9 - move the attached file "hgignore" to SAGE_ROOT/.hgignore 10 - cd $SAGE_ROOT 11 - hg init . 12 - hg add .hgignore COPYING.txt README.txt makefile sage sage-python 13 - cd spkg 14 - hg add README.txt gen_html install pipestatus 15 - cd standard 16 - hg add README.txt deps libdist_filelist newest_version 17 - hg add notes.txt numeric-24.2.txt 18 - hg commit