diff options
author | Karl Berry <karl@freefriends.org> | 2019-11-12 18:26:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-11-12 18:26:54 +0000 |
commit | 297cc950c9c40b6cd6c6f344b846f0917f6f117b (patch) | |
tree | cdd97cd8b22560c6b6398d28ffcadd1d48de1151 /Master/tlpkg/bin/tl-update-tlpdb | |
parent | 51ce94a3016b1b03d9e1ab9a7890f35c686f270a (diff) |
doc
git-svn-id: svn://tug.org/texlive/trunk@52748 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-tlpdb')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-tlpdb | 32 |
1 files changed, 22 insertions, 10 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlpdb b/Master/tlpkg/bin/tl-update-tlpdb index a43baa6e08e..987cdadeb67 100755 --- a/Master/tlpkg/bin/tl-update-tlpdb +++ b/Master/tlpkg/bin/tl-update-tlpdb @@ -2,7 +2,7 @@ # $Id$ # convert a set of tlpsrc files (given as arguments) into tlpdb # -# Copyright 2007-2018 Norbert Preining +# Copyright 2007-2019 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. @@ -486,7 +486,14 @@ tlpsrc file to artificially increase its version number. =item B<--from-files> -Use C<find> instead of C<svn -status> to create the list of files. +=item B<--from-git> + +=item B<--from-gitsvn> + +Use C<find>, C<git>, and git-over-svn, respectively, instead of C<svn +-status> to create the list of files. This amounts to calling the +respective function in L<TeXLive::TLTree> to initialize the tree of +files. By default, Subversion is used. =item B<--master> I<Master_dir> @@ -516,7 +523,7 @@ tlpsrc directory. With this option the commit step is skipped. By default, C<tl-update-tlpdb> checks that in the generated tlpdb the revision numbers of packages are not going backward compared to the -previous version. This option disables this check. +current tlpdb (see below). This option disables this check. =item B<--output=filename> @@ -559,16 +566,21 @@ L<TeXLive::TLUtils> for details. C<tl-update-tlpdb> converts TeX Live source package files (tlpsrc) files into a TeX Live package database (tlpdb). -In addition if at the same location there is already a TLPDB, it +By default, it looks at Subversion output to determine the files in the +current tree to place into the tlpdb. With the C<--from-files> option, +it reads the filesystem with C<find>, and analogously for C<--from-git> +and C<--from-gitsvn>. + +In addition, if at the same location there is already a tlpdb, it compares the revision number of packages and checks if a package is -going back in time (i.e., having a smaller revision number in the new -tlpdb). This can happen when a file is removed and no other changes -made. In this case it commits a dummy change to the package's tlpsrc -file to make sure that revisions are always increasing. +going back in time (i.e., has a smaller revision number in the new +tlpdb). This can happen when a file is removed and no other changes to +the package made. In this case it commits a dummy change to the +package's tlpsrc file to make sure that revisions are always increasing. +The check is omitted if C<--no-reverse-revision-check> is specified. If a TeX Catalogue hierarchy is specified, additional information from -the Catalogue is merged into the database (see L<TeXLive::TLPOBJ> for -the specifics). +the Catalogue is merged into the database (see L<TeXLive::TLPOBJ>). =head1 AUTHORS AND COPYRIGHT |