diff options
Diffstat (limited to 'Master/tlpkg/doc')
-rw-r--r-- | Master/tlpkg/doc/packages.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/tlpkg/doc/packages.txt b/Master/tlpkg/doc/packages.txt index 10fc7ae2c16..090af62d586 100644 --- a/Master/tlpkg/doc/packages.txt +++ b/Master/tlpkg/doc/packages.txt @@ -127,6 +127,14 @@ svn copy -r 23181 -m'branch2011 branch based on r23181' svn://tug.org/texlive/tr Do both a branch and a tag so that it's possible to easily compare the current state of the branch with its starting point (the tag). + Then, to check out the branch, so critical source fixes can be applied + for the distros: +cd /home/texlive +rm -rf branch # if starting a new year on tug +mkdir branch; cd branch +svn co file:///home/svn/texlive/branches/branch2011/Build/source . >&out + + - update ~karl/bin/cron.tl, and reenable when feel ready. critical= pretest= |