You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "Hyrum K. Wright" <hy...@hyrumwright.org> on 2009/05/14 19:03:41 UTC

[PATCH] Fix links generated by ?r=REV

I noticed when browsing a repository using the new ?r=REV syntax for
GET, that the links generated by the page link to HEAD, not to the
revision given by r=REV.  I've not hacked mod_dav_svn much, nor do I
have a very good way of testing the attached patch, but I *think* that
this works.  Feedback desired.

[[[
Fix links generated by mod_dav_svn when using ?r=REV syntax.  At best,
the target isn't what the user wants.  At worst, it won't even exist
in HEAD, even though it exists in REV.

* subversion/mod_dav_svn/repos.c
  (deliver): Tack on a query string to generated links to ensure that
linked paths exist.
]]]

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2261763