Edgewall Software
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

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

comment:2 Changed 7 years ago by utopiste

  • Resolution set to fixed
  • Status changed from assigned to closed

done, fixed by [894]

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
to The owner will be changed from utopiste. Next status will be 'closed'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.