Opened 15 years ago
Closed 15 years ago
#303 closed defect (fixed)
complains that directory already exists although --no-report is used
Reported by: | Peter Johansson | Owned by: | Jari Häkkinen |
---|---|---|---|
Priority: | major | Milestone: | svndigest 0.7 |
Component: | core | Version: | trunk |
Keywords: | Cc: |
Description
This complaint makes no sense. If --no-report
is used, the check of target dir is not needed. Perhaps we should not allow --target
to be used together with --no-report
.
Change History (2)
comment:1 Changed 15 years ago by
Milestone: | 0.6.5 → 0.7 |
---|
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
fixed in [631]
--target is allowed with --no-report but has no effect. Removed check on --target dir when --no-report is set.
Note: See
TracTickets for help on using
tickets.
option --no-report is a 0.7 feature