Edgewall Software
Modify

Opened 20 years ago

Closed 20 years ago

#730 closed defect (fixed)

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: 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 utopiste, 20 years ago

Milestone: 0.8
Owner: changed from daniel to utopiste
Priority: normallow
Status: newassigned

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 by utopiste, 20 years ago

Resolution: fixed
Status: assignedclosed

done, fixed by [894]

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain utopiste.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from utopiste to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.