Edgewall Software

Ticket #730 (closed defect: fixed)

Opened 4 years ago

Last modified 4 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:

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

Changed 4 years ago by utopiste

  • owner changed from daniel to utopiste
  • priority changed from normal to low
  • status changed from new to assigned
  • milestone set to 0.8

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

Changed 4 years ago by utopiste

  • status changed from assigned to closed
  • resolution set to fixed

done, fixed by [894]

Add/Change #730 (trac-admin should work with relative paths)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.