Modify ↓
#1684 closed defect (invalid)
trac-admin is chatty; "-q" option?
| Reported by: | Owned by: | daniel | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | admin/console | Version: | 0.8.1 |
| Severity: | minor | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
When automating a hotcopy on Unix, you pretty much have to throw away all error output to avoid getting mailed a status message every time. Could we have an option to turn off non-error output?
Attachments (0)
Change History (2)
comment:1 by , 20 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
comment:2 by , 20 years ago
Does it write errors to stdout or stderr though? If stdout then you're possibly tossing any errors with said redirection.
Note:
See TracTickets
for help on using tickets.



Never mind; I figured out how to get what I want. I was a little confused by svnadmin dump, that it dumps to stdout, and thus you have to have -q; trac-admin hotcopy doesn't do that, so just redirecting stdout works.