close
Warning:
Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.
- Timestamp:
-
2020-07-23T14:06:24-07:00 (4 years ago)
- Author:
-
trac
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v4
|
v5
|
|
43 | 43 | `trac-admin` starts in interactive mode when the environment path is the only argument. |
44 | 44 | Commands can then be executed on the selected environment using the prompt, which offers tab-completion |
45 | | for non-Windows environments, and when the Python `readline` module is available. It also offers automatic repetition of the last command issued. |
| 45 | when the Python `readline` module is available. It also offers automatic repetition of the last command issued. |
| 46 | |
| 47 | The `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]. |
46 | 48 | |
47 | 49 | Once you are in interactive mode, you can also get help on specific commands or subsets of commands: |