I'm struggling with how to view all my files in a repo at a certain commit. I can see commits and see what files changed within that commit but I can not find a way to view the other files at that point in time.
For reference I am looking for the equivilant of github's "Browse Code" link on the commits page.
My use-case is i'm trying to view a deleted file a few commits back.
Hi Chason,
So there isn't currently a link that lets you do that, but if you don't mind URL hacking you can just add "?at=your_hash_here" to show you the source at a particular commit.
I just whipped this plugin up in a few minutes, is this what you were looking for (see downloads for the jar)?
https://bitbucket.org/cofarrell/stash-browse-code-plugin/overview
Cheers,
Charles
Charles,
Thank you for your quick reply and I apologize for my delay. I'll test this and get back to you but it sounds like what I need. Although, i'm a bit concerned that this wasn't already included in the core code. This seems like a fairly common use case. On the other hand i'm impressed it's so easy to make a tweak via a plugin.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It does exactly what I expected. Thank you for your help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Why isn't this in the Stash core? Ridiculous.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I can't believe it ... Any plan to fix this soon ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I forked the plugin and updated it for Bitbucket Server. See here for the sources: https://bitbucket.org/teufelm/bitbucket-browse-code-plugin and here for downloading the plugin jar: https://bitbucket.org/teufelm/bitbucket-browse-code-plugin/downloads
I coded and tested against Bitbucket Server 4.7.1
Greetings from Germany, Marc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just found this and still can't believe it's not in Stash (Bitbucket Server) over a year later!
Unfortunately your plugin doesn't work in Stash/Bitbucket Server 4.0 - the resource module is disabled and it says it cannot be modified. The Browse Code link doesn't appear in the commit diff.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Would be nice to see this in Stash itself, but kudos to Charles, that plugin is simple enough to use : )
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
From setup to deployment—this learning path shows you how to build your first app using Forge. Learn the essentials, streamline workflows, and bring custom solutions to life across Jira, Confluence, and more.
Start Learning
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.