Steps for submitting a new set of internet drafts draft number: NN 1) cd draft-ietf-httpbis-http2/latest 2) Check for "Non (changes) yet" in the "Changes" section and change it to "None". 3) cd .. ; svn cp latest NN 4) cd NN 5) change docName attributes from -latest to -NN by updating the ID-VERSION definition. 6) Set @day on the date attributes to reflect the submission day. 7) // not needed yet refresh-inclusions p*.xml ; make 8) ./dodraft NN # this generates ready to submit TXT and XML files 9) svn add draft*xml draft*txt ; svn propset svn:eol-style native draft*txt draft*xml ; svn propset svn:mime-type "text/xml" draft*xml 10) cd ../latest 11) add "Since draft-ietf-httpbis-http2-...-NN" subsections, and update the link from the boilerplate. 12) # review the diffs, then commit 13) # don't forget to submit the drafts