svn-multi --version (return code: 0)
This is svn-multi.pl, Version 0.2-,
Usage:
svn-multi.pl jobname[.tex] [--fls] [--group|-g <group name>] [input_files] ...
... [--group|-g <group name>] [input_files] ...
Description:
This LaTeX helper script collects Subversion keywords from non-(La)TeX files
and provides it to the 'svn-multi' package using '.svx' files. It will first
scan the file '<jobname>.aux' for files declared by the '\svnextern' macro but
also allows to provide additional files including the corresponding groups. The
keywords for the additional files will be written in the file '<jobname>.svx'.
Options:
jobname[.tex] : The LaTeX `jobname`, i.e. the basename of your main LaTeX file.
--group <GN> : Use given group name <GN> for all following files,
or -g <GN> including the one read by a '--fls' option, until the next
group is specified.
--fls : Read list of (additional) files from the file '<jobname>.fls'. This
file is produced by LaTeX when run with the '--recorder' option and
contains a list of all input and output files used by the LaTeX main
file. Only input files with a relative path will be used. A
previously selected group will be honoured.
Examples:
The main LaTeX file here is 'mymainlatexfile.tex'.
svn-multi.pl mymainlatexfile
Creates Subversion keywords for all files declared by '\svnextern' inside
the LaTeX code.
svn-multi.pl mymainlatexfile --group=FLS --fls
Creates Subversion keywords for all files declared by '\svnextern' inside
the LaTeX code. In addition it does the same for all relative input files
mentioned in the .fls file which are placed in the 'FLS' group.
svn-multi.pl mymainlatexfile a b c --group=B e d f
In addition to the '\svnextern' declared files the keywords for the files
'a', 'b' and 'c' will be added without a specific group, i.e. the last group
specified in the LaTeX file before the '\svnextern' macro will be used. The
keywords for 'e', 'd', 'f' will be part of group 'B'.
svn-multi.pl mymainlatexfile --group=A a --group=B b --group='' c
File 'a' is in group 'A', 'b' is in 'B' and 'c' is not in any group.
Further Information:
See the svn-multi package manual for more information about this script.
svn-multi --help (return code: 0)
Usage:
svn-multi.pl jobname[.tex] [--fls] [--group|-g <group name>] [input_files] ...
... [--group|-g <group name>] [input_files] ...
Description:
This LaTeX helper script collects Subversion keywords from non-(La)TeX files
and provides it to the 'svn-multi' package using '.svx' files. It will first
scan the file '<jobname>.aux' for files declared by the '\svnextern' macro but
also allows to provide additional files including the corresponding groups. The
keywords for the additional files will be written in the file '<jobname>.svx'.
Options:
jobname[.tex] : The LaTeX `jobname`, i.e. the basename of your main LaTeX file.
--group <GN> : Use given group name <GN> for all following files,
or -g <GN> including the one read by a '--fls' option, until the next
group is specified.
--fls : Read list of (additional) files from the file '<jobname>.fls'. This
file is produced by LaTeX when run with the '--recorder' option and
contains a list of all input and output files used by the LaTeX main
file. Only input files with a relative path will be used. A
previously selected group will be honoured.
Examples:
The main LaTeX file here is 'mymainlatexfile.tex'.
svn-multi.pl mymainlatexfile
Creates Subversion keywords for all files declared by '\svnextern' inside
the LaTeX code.
svn-multi.pl mymainlatexfile --group=FLS --fls
Creates Subversion keywords for all files declared by '\svnextern' inside
the LaTeX code. In addition it does the same for all relative input files
mentioned in the .fls file which are placed in the 'FLS' group.
svn-multi.pl mymainlatexfile a b c --group=B e d f
In addition to the '\svnextern' declared files the keywords for the files
'a', 'b' and 'c' will be added without a specific group, i.e. the last group
specified in the LaTeX file before the '\svnextern' macro will be used. The
keywords for 'e', 'd', 'f' will be part of group 'B'.
svn-multi.pl mymainlatexfile --group=A a --group=B b --group='' c
File 'a' is in group 'A', 'b' is in 'B' and 'c' is not in any group.
Further Information:
See the svn-multi package manual for more information about this script.