diff options
author | Karl Berry <karl@freefriends.org> | 2008-11-30 00:45:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-11-30 00:45:17 +0000 |
commit | 58f04c818621248e8b4f217efb69d82290bb4909 (patch) | |
tree | 14c83b92d6afc14053846971c92c79562966f47c /Master/tlpkg/bin/ctan2tl | |
parent | fd01454dab9aafaddfe091eebaeb4d74cff1047b (diff) |
svn update on the affected dirs, even in non-place mode, so two people updating the same package can be noticed sooner
git-svn-id: svn://tug.org/texlive/trunk@11478 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/ctan2tl')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tl | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Master/tlpkg/bin/ctan2tl b/Master/tlpkg/bin/ctan2tl index 479f363bd14..6ac192017ed 100755 --- a/Master/tlpkg/bin/ctan2tl +++ b/Master/tlpkg/bin/ctan2tl @@ -20,12 +20,15 @@ if test "x$1" = x--help; then echo echo "Install a package from CTAN into TeX Live." echo - echo "--place, -p execute place script for repository adds/removes." + echo "--place, -p perform repository adds/removes." echo "--no-ctan if already have files in Build/tmp.raw/PKG." echo - echo "This never actually commits anything to the repository." - echo "Without --place, it doesn't even touch anything in the repository" - echo "outside of Build/tmp.{raw,cooked}." + echo "This never actually commits anything to the repository," + echo "but it does svn update the potentially affected directories." + echo + echo "Without --place, it only creates files in Build/tmp.{raw,cooked}." + echo "With --place, it also does repository adds and removes," + echo "but never commits." echo echo "Read and understand http://tug.org/texlive/pkgupdate.html" echo "before running this." |