On 4/3/20 10:19 PM, Frank Ch. Eigler wrote:
Hi -

https://gcc.gnu.org/r2000
maps to a search and you get thousands of hits for SVN: r2000**

The gcc git svn-rev alias handles that (and also handles release and other
branches) using approx.
git log --all --grep="From-SVN: r$rev\b" | head -n 1 | awk '{print $2}'
where $rev is 2000 in your case.

I'll look into fixing the forwarding regexp.

Btw. what about statically generated database (files) which can be
used for redirection?  I'm sending an example and I have a script
that can generate any file content.

I don't think we will require something that elaborate.

Well, I still believe we want to use the map file. Reason is that
the gitweb redirection can't deal with SVN revision that don't belong
to trunk.

Thanks,
Martin


- FChE


Reply via email to