Modify ↓
Ticket #730 (closed defect: fixed)
Opened 7 years ago
Last modified 7 years ago
trac-admin should work with relative paths
| Reported by: | tv+nospam.edgewall_com.2a55fe@… | Owned by: | utopiste |
|---|---|---|---|
| Priority: | low | Milestone: | 0.8 |
| Component: | admin/console | Version: | 0.7.1 |
| Severity: | minor | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
$ trac-admin foo version list
Failed to open environment. [Errno 2] No such file or directory: 'foo/VERSION'
Command list failed: 1
$ trac-admin $PWD/foo version list
Name Time
----------
1.0
2.0
$
Attachments
Change History
comment:1 Changed 7 years ago by utopiste
- Milestone set to 0.8
- Owner changed from daniel to utopiste
- Priority changed from normal to low
- Status changed from new to assigned
comment:2 Changed 7 years ago by utopiste
- Resolution set to fixed
- Status changed from assigned to closed
done, fixed by [894]
Note: See
TracTickets for help on using
tickets.



not a big issue
if the path doesn't begin by / use the current path + the args, normalize it, and use it for the env_path
will try to fix it tonight