Found some issues in production that need further improvement: * https://sourceforge.net/p/libjpeg-turbo/code/1024/log/?path=/trunk/turbojpeg.c does properly show "renamed from /trunk/turbojpegl.c" at the bottom of the page, but that link doesn't work. It seems that perhaps the path given in the URL has to be present on the latest revision instead of on the revision specified in the URL? (not sure) * In SVN, if a folder is copied, e.g. https://sourceforge.net/p/konfidi/code/755/log/?path=/frontend/tags/1.1.0 that shows up properly. One bug is that you have a trailing slash `?path=/frontend/tags/1.1.0/` then the rename notice is gone. Then if you look at file within that folder e.g. https://sourceforge.net/p/konfidi/code/755/log/?path=/frontend/tags/1.1.0/LICENSE-LGPL.txt there is no renamed/copied information. It would be nice if that worked too (although not essential, if it isn't practical to get that info out of SVN efficiently). * For git, it seems like the rename is followed automatically. E.g. https://sourceforge.net/p/allura/git/ci/dbb69cc0e928d44d62ece3647ccf47e129be07f3/log/?path=%2FAllura%2Fallura%2Fapp.py at `[3abb2e]`. This is nice (better, really), but we should get the rename info out of git and show it prominently within the table, so that people know it was renamed at that point. Also, the file size & view & download links don't work after that point - they need to use the correct file name from that commit.
--- ** [tickets:#5775] Allura Code Viewer: provide "copied from" link in history view** **Status:** open **Labels:** 42cc **Created:** Thu Feb 07, 2013 09:12 PM UTC by DRC **Last Updated:** Tue Sep 03, 2013 02:09 PM UTC **Owner:** nobody This is one of several tickets I am creating to log what I feel are shortcomings in the new (Allura) code viewer relative to the old (ViewVC) code viewer. In all of these cases, simply providing a way for users to continue using ViewVC would be an acceptable workaround. In ViewVC, if a file or directory had been renamed, then the history view of said file/directory provided a link at the bottom that allowed one to easily browse the old history of the file/directory before it has been renamed. Example (see bottom of page): http://libjpeg-turbo.svn.sourceforge.net/viewvc/libjpeg-turbo/trunk/turbojpeg.c?view=log This is a critical feature for being able to visualize the history of a repository. --- Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.