Modify ↓
Opened 21 years ago
Closed 21 years ago
#730 closed defect (fixed)
trac-admin should work with relative paths
| Reported by: | Owned by: | utopiste | |
|---|---|---|---|
| Priority: | low | Milestone: | 0.8 |
| Component: | admin/console | Version: | 0.7.1 |
| Severity: | minor | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal 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 (0)
Change History (2)
comment:1 by , 21 years ago
| Milestone: | → 0.8 |
|---|---|
| Owner: | changed from to |
| Priority: | normal → low |
| Status: | new → assigned |
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