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