[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Fix links generated by ?r=REV

From: Hyrum K. Wright <hyrum_at_hyrumwright.org>
Date: Thu, 14 May 2009 14:04:11 -0500

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=2261762

Received on 2009-05-14 21:04:33 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.