Opened 14 years ago
Closed 10 years ago
#357 closed enhancement (wontfix)
input missing copyright alias from stdin
Reported by: | Peter Johansson | Owned by: | Jari Häkkinen |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | svncopyright | Version: | trunk |
Keywords: | Cc: |
Description
Currently, if there is a missing copyright alias, svndigest will give a warning
svndigest: warning: no copyright alias found for `author'
and then use the raw user name. It wouldn't be too hard to stop and ask for the alias, so the user simply can input the name rather than edit the config file and restart the run.
Change History (1)
comment:1 Changed 10 years ago by
Milestone: | svndigest 0.x+ |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I don't like use interaction. Since files are parsed updated file by file rather than all files parsed before updating, this is less annoying nowadays. Also the cache makes the problem virtually non-existing.