Edgewall Software

Opened 13 years ago

Last modified 7 years ago

#10316 closed defect

trac-admin deploy makes recursive copy of directories — at Initial Version

Reported by: paulcarlisle@… Owned by:
Priority: normal Milestone: 1.2.1
Component: admin/console Version:
Severity: normal Keywords:
Cc: Thijs Triemstra Branch:
Release Notes:
API Changes:
Internal Changes:

Description

When I run trac-admin [project] deploy [output_dir], output_dir contains:

output_dir

{{{
acct_mgr/
common/
site/

{{{
acct_mgr/
common/
site/
}}}

}}}

Subdirectory contents are also duplicated. The recursion stops at one level, as shown.

There is no documentation on what these output directories should look like, so it's possible that this is correct. If so, more attention needs to be paid to the documentation to provide a clear description of what should be there.

Change History (0)

Note: See TracTickets for help on using tickets.