Wrong prefix on some pathnames
Monday, August 8th, 2011As mentioned in the comments of my previous post, some commits have been processed with an incorrect prefix. That is, some pathnames are missing the src/ part of the path.
I just went looking…
I found interesting stuff. 1233 rows of interesting stuff.
For example:
SELECT *
FROM element_pathname
WHERE pathname NOT LIKE ‘/ports/%’
[…]
