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. - FChE