Edgewall Software

Opened 20 years ago

Last modified 9 years ago

#717 closed enhancement

When downloading or viewing a file with svn:keywords property set the keywords are not expanded — at Version 7

Reported by: alexs@… Owned by: Jonas Borgström
Priority: normal Milestone: 1.0.2
Component: version control/browser Version: 0.7.1
Severity: normal Keywords: svn:keywords patch review
Cc: alexs@…, joern.zaefferer@…, khali@…, roos@…, jsiirola@…, langenbach@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christopher Lenz)

Not sure if this is a bug agaist trac or agaist the python bindings, but when a file has say svn:keywords Id set as a property and a user tries to download the head revision or view the head revision the keyword expantion doesn't happen.

It would be nice if the keyword expansion happend so that the user gets a file with a version number in it.

Change History (7)

comment:1 by Christopher Lenz, 20 years ago

Reset milestone

comment:2 by Christopher Lenz, 20 years ago

Milestone: 0.7.11.0

comment:3 by daniel, 20 years ago

Milestone: 1.0Someday

comment:4 by daniel, 20 years ago

Resolution: wontfix
Status: newclosed

Almost certainly a subversion/pysvn issue.

comment:5 by Christian Boos, 19 years ago

Milestone: 1.0
Resolution: wontfix
Status: closedreopened
Type: defectenhancement

It's not a Subversion issue: fs.file_contents retrieves the raw content of the file in the repository. It's up to the caller to transform it, if needed.

And then, why not doing the keyword expansion, as requested here?

comment:6 by anonymous, 19 years ago

#2263 has been marked as duplicate of this ticket.

comment:7 by Christopher Lenz, 19 years ago

Description: modified (diff)
Keywords: svn:keywords added; svn:keyword removed
Summary: when downloading of viewing a file with svn:keyword properties set the keyword is not expanded When downloading or viewing a file with svn:keywords property set the keywords are not expanded
Note: See TracTickets for help on using tickets.