diff options
Diffstat (limited to 'Master/tlpkg/doc')
-rw-r--r-- | Master/tlpkg/doc/releng.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/tlpkg/doc/releng.txt b/Master/tlpkg/doc/releng.txt index feb57a01c03..563ed61953c 100644 --- a/Master/tlpkg/doc/releng.txt +++ b/Master/tlpkg/doc/releng.txt @@ -484,11 +484,11 @@ svn co svn://tug.org/texlive/branches/branch$this/Build/source . >&out Do a test build, commit when successful. Ask for rebuilds, When (enough) rebuilds are done, commit to the branch and make another tag: - brev=nnnnn # branch commit revision, e.g., 51236 - btag=yyyy.n # branch tag, e.g., 2019.3 -#svn copy -r $bcr -m'texlive-$bt tag based on r$bcr, with <whatever> fix' \ -# svn://tug.org/texlive/branches/branch2019 \ -# svn://tug.org/texlive/tags/texlive-$bt + brev=nnnnn # branch commit revision, e.g., 51236 + btag=yyyy.n # next branch tag, e.g., 2021.3 +#svn copy -r $brev -m"texlive-$btag tag based on r$brev, with <whatever> fix" \ +# svn://tug.org/texlive/branches/branch2021 \ +# svn://tug.org/texlive/tags/texlive-$btag (Using urls makes for an immediate commit, which is what we want.) By the way, in the event of a mistaken delete, the material is best |