diff options
author | Karl Berry <karl@freefriends.org> | 2006-02-06 00:41:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-02-06 00:41:02 +0000 |
commit | 76f02ae3f01b9682429368e20baba6410faf76cd (patch) | |
tree | ee4db0d50cdb7a59124836d0c9945a61019d7cb9 /Master/Tools | |
parent | 6acd49d2891d2ce587ee80f9c2322ce4f484df51 (diff) |
commit with svn instead of p4.
git-svn-id: svn://tug.org/texlive/trunk@1499 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/Tools')
-rwxr-xr-x | Master/Tools/update-lists | 10 |
1 files 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 |