Modify ↓
Opened 18 years ago
Closed 18 years ago
#4634 closed defect (worksforme)
trac-admin does not work in bacth mode
Reported by: | anonymous | Owned by: | Christopher Lenz |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | admin/console | Version: | 0.10.1 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
the command
subv:~ # trac-admin initenv jaja sqlite:db/trac.db svn /srv/svn/repos/jaja /usr/local/share/trac/templates
give following output
*** Unknown syntax: jaja 'sqlite:db/trac.db' 'svn' '/srv/svn/repos/jaja' '/usr/local/share/trac/templates' subv:~ #
Attachments (0)
Note:
See TracTickets
for help on using tickets.
It should have been
trac-admin $TRAC_ENV initenv ...
. In your example,initenv
was taken for the TracEnvironment, andjaja
for the command.