source:
draft-ietf-httpbis/latest/SUBMITTING.txt
@
1328
Last change on this file since 1328 was 1328, checked in by julian.reschke@…, 10 years ago | |
---|---|
File size: 952 bytes |
Rev | Line | |
---|---|---|
[841] | 1 | Steps for submitting a new set of internet drafts |
2 | ||
3 | draft number: NN | |
4 | ||
5 | 1) cd draft-ietf-httpbis | |
6 | ||
7 | 2) svn cp latest NN | |
8 | ||
9 | 3) cd NN | |
10 | ||
11 | 4) change docName attributes from -latest to -NN by updating the ID-VERSION definition. | |
12 | ||
13 | 5) Set @day on the date attributes to reflect the submission day. | |
14 | ||
[1328] | 15 | 6) Check for "Non (changes) yet" in the "Changes" section and change it to "None". |
[841] | 16 | |
[1328] | 17 | 7) make |
[841] | 18 | |
[1328] | 19 | 8) ./dodraft NN # this generates ready to submit TXT and XML files |
[841] | 20 | |
[1328] | 21 | 9) svn add draft*xml draft*txt ; svn propset svn:eol-style native draft*txt draft*xml |
[841] | 22 | |
[1328] | 23 | 10) cd ../latest |
[841] | 24 | |
[1328] | 25 | 11) add "Since draft-ietf-httpbis-...-NN" subsections, and update the link from the boilerplate. |
[841] | 26 | |
[1328] | 27 | 12) cd ../diffs |
[841] | 28 | |
[1328] | 29 | 13) ./dodiff NN-1 NN |
[841] | 30 | |
[1328] | 31 | 14) svn add *.html |
[841] | 32 | |
[1328] | 33 | 15) svn propset svn:eol-style native *.html |
[841] | 34 | |
[1328] | 35 | 16) svn propset svn:mime-type "text/html; charset=iso-8859-1" *.html |
[841] | 36 | |
[1328] | 37 | 17) cd .. |
[841] | 38 | |
[1328] | 39 | 18) # review the diffs, then commit |
[841] | 40 | |
[1328] | 41 | 19) # don't forget to submit the drafts |
[841] | 42 |
Note: See TracBrowser
for help on using the repository browser.