Ticket #6998 (new defect)
trac-admin initenv fails when passed single quote on command line
| Reported by: | justin.r.cutler@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | low | Milestone: | 0.13 |
| Component: | admin/console | Version: | 0.10.4 |
| Severity: | trivial | Keywords: | trac-admin needcleanup |
| Cc: |
Description
When trac-admin is called with the non-interactive mode of initenv, an exception is raised if the environment name includes a single quote.
Example:
$ trac-admin trac/test initenv "Test's Project" sqlite:db/trac.db \ svn svn/test/ /usr/share/trac/templates/
Returns:
Command failed: No closing quotation
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


