kfogel@collab.net writes:
> "C. Michael Pilato" <cmpilato@collab.net> writes:
> > > svnlook needn't be involved in this at all. See Sameer's original
> > > patch for why not.
> >
> > Okay, maybe not svnlook. But you need some way of finding out the two
> > things to compare -- the "left" path and revision, and the "right"
> > path and revision. Bindings aren't an option (since the whole point
> > of commit-email.pl is to avoid using the bindings) and no existing
> > Subversion binary provides that information correctly.
> >
> > (Again, I've written this support once, and remember what I needed and
> > didn't need.)
>
> All I meant was: A URL into which one revision (or two) could be
> plugged such that one can view online what one would have seen in the
> mail. Mike just pointed out to me that ViewCVS has such a thing, the
> Revision View (?). But I can't seem to figure out how to make one
> happen...
That's purty simple.
http://.../ROOT_NAME/?view=rev&rev=REV
where ROOT_NAME is the name given that repository in viewcvs.conf (or
the physical basename of the repository directory if using a
SVNParentPath-like setup), and REV is the revision number.
That said, I still oppose going the route of integrations between
Subversion's scripts and third-party tools until we as a community do
the due diligence to make sure that every new integration doesn't
require yet another custom tweak.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jan 20 03:23:49 2005