Opened 14 years ago
Closed 10 years ago
#310 closed enhancement (wontfix)
support for svn:keywords
Reported by: | Peter Johansson | Owned by: | Peter Johansson |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | output | Version: | trunk |
Keywords: | Cc: |
Description (last modified by )
related to #392
Should we have support for svn:keywords, which means expanding strings such as $Id$
.
Change History (3)
comment:1 Changed 14 years ago by
comment:3 Changed 10 years ago by
Milestone: | svndigest 0.x+ |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
I think svn:keywords should not be expanded. It'd be confusing if a string is expanded to say
$Revision 100$
while the rev column says the line was last modified in revision 1.
Note: See
TracTickets for help on using
tickets.
A simple way of accomplish this would be to get file content from wc rather than from blame object for the blame output. In wc the keywords are expanded by svn client.