Edgewall Software

Changes between Version 62 and Version 63 of TracAdmin


Ignore:
Timestamp:
Mar 6, 2022, 8:43:50 AM (2 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracAdmin

    v62 v63  
    2929}}}
    3030
    31 When an error occurs in a `trac-admin` command the return value will be `2` and error messages are printed to `stderr`.
     31When an error occurs in a `trac-admin` command the return value will be `2` and any error messages are printed to `stderr`.
    3232
    3333=== `trac-admin <targetdir> initenv` #initenv
     
    4343
    4444`trac-admin` starts in interactive mode when the environment path is the only argument.
    45 Commands can then be executed on the selected environment using the prompt, which offers tab-completion
    46 when the Python `readline` module is available. It also offers automatic repetition of the last command issued.
     45Commands can then be executed on the selected environment using the prompt, which offers tab-completion when the Python `readline` module is available. It also offers automatic repetition of the last command issued.
    4746
    4847The `readline` module should be available on all Unix-compatible platforms. For Windows, support can be obtained by installing [https://pypi.python.org/pypi/pyreadline pyreadline].
    4948
    50 Once you are in interactive mode, you can also get help on specific commands or subsets of commands:
    51 
    52 For example, to get an explanation of the `resync` command, run:
     49In interactive mode, you can also get help on specific commands or subsets of commands. For example, to get an explanation of the `resync` command, run:
    5350{{{#!sh
    5451$ help resync
     
    6259== Full Command Reference
    6360
    64 You will find below the detailed help for all the commands available by default in `trac-admin`. Note that this may not match the list given by `trac-admin <yourenv> help`, as the commands pertaining to components disabled in that environment won't be available and conversely some plugins activated in the environment may add their own commands.
     61The commands available by default in `trac-admin` are listed below. Note that this may not match the list given by `trac-admin <yourenv> help`, as the commands pertaining to components disabled in that environment won't be available and conversely some plugins activated in the environment may add their own commands.
    6562
    6663[[TracAdminHelp()]]