Modify ↓
Opened 8 years ago
Closed 8 years ago
#12905 closed defect (worksforme)
trac-admin env project commands not available
Reported by: | Owned by: | falkb | |
---|---|---|---|
Priority: | normal | Component: | SimpleMultiProjectPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description
The trac-admin project commands are not recognised on my system, despite the functionality being available via the web interface.
I have updated to trac 1.0.13 and smp 0.5.1 and still have the same problem.
Initially, I was using smp as an egg, but even after installing smp into /usr/lib/python2.7/site-packages, I am still no further.
Running
strace -o smp.log trac-admin my_environment project help
indicates that the installed smp is being found, but I still simply get the error:
Error: Command not found No documentation found for 'project'. Use 'help' to see the list of commands. Did you mean one of these? priority component
Attachments (0)
Change History (2)
comment:1 Changed 8 years ago by
comment:2 Changed 8 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
The solution was the same as in #12910.
It would be useful if the documentation explained what the subplug-ins were available, and which were responsible for which functionality.