Edgewall Software

Opened 7 years ago

Last modified 7 years ago

#12661 closed defect

Escape arguments for command line so spaces in paths are quoted — at Initial Version

Reported by: anonymous Owned by:
Priority: lowest Milestone: 1.0.14
Component: admin/console Version:
Severity: trivial Keywords: bitesized
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

The hint in this error message is wrong:

Trac Error

TracError: The Trac Environment needs to be upgraded.

Run "trac-admin c:\Users\Mike\My Documents\TracEnv upgrade"

Running that command without quotes leads to this error:

Error: No Trac environment found at c:\users\mike\my

[Errno 2] No such file or directory: 'c:\users\mike\my\VERSION'

It should be:

Run 'trac-admin "c:\Users\Mike\My Documents\TracEnv" upgrade'

Change History (0)

Note: See TracTickets for help on using tickets.