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 Version 1

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 (last modified by Jun Omae)

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 (1)

comment:1 by Jun Omae, 7 years ago

Description: modified (diff)
Keywords: bitesized added
Milestone: unscheduled
Priority: normallowest
Severity: normaltrivial
Note: See TracTickets for help on using tickets.