From 76f02ae3f01b9682429368e20baba6410faf76cd Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 6 Feb 2006 00:41:02 +0000 Subject: commit with svn instead of p4. git-svn-id: svn://tug.org/texlive/trunk@1499 c570f23f-e606-0410-a88d-b1316a301751 --- Master/Tools/update-lists | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Master/Tools/update-lists b/Master/Tools/update-lists index 8a1f9907b35..fca393bc9e6 100755 --- a/Master/Tools/update-lists +++ b/Master/Tools/update-lists @@ -38,9 +38,7 @@ done echo "$0: regenerated lists." $chicken && exit 0 -#cd texmf/lists || exit 1 -#chmod 444 * >&/dev/null # we created them according to umask -# -#find . -type f | p4 -x - add 2>&1 | grep -v add.existing -#p4 diff -sd ... | p4 -x - delete -#p4 diff -se ... | p4 -x - edit +echo "$0: updating lists in repository." +cd texmf/lists || exit 1 +svn commit -m'update-lists autoupdate' +# xx must svn remove old lists somehow -- cgit v1.2.3