Will sourcetree add a function that user can track each file's history revision,like tortoise hg in windows?It's useful when focusing some files's change!
This feature is already available - right-click on any file and select 'Log Selected'
It's dreamy!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
SourceTree can list all files in workspace and you can right-click on any file and select ‘Log Selected'. As @Erik van der Neut said
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is how I do it:
- go to Working Copy (at the top left)
- change the file filter from Pending to "All files"
- then either browse your repository or just type part of the file name in the filter text edit field at the top right. That filter works great as a way to drill down quickly on the file you are looking for.
- When you have found the file you want to know the history of: right click and select "Log Selected...", et vôila! :-)
The resulting list shows the dates the files was changed, who made the change, their commit comments, and of course a detailed breakdown of the exact changes.
Hope this helps.
Erik
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for this detailed explanation – I would not have found it without the first couple of steps you described!
The UI may have changed a bit since you wrote this. For me, in SourceTree v2.2.4 (for Mac OSX), the first step was:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's funny, I actually don't follow my own advice anymore. These days I do it as follows instead:
My other approach seems a bit overly complicated. Or is there a difference between the two I'm missing now?
Thanks,
Erik
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To me it seems like making a change to a file so that it shows up in the list, then remembering to revert that change later (without getting it mixed in with other changes), is a bit more complicated. But I supposed it's easy enough to tell whether a change is insignificant (and it doesn't matter if you forget to revert it). Anyway, to each his own.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you, i got what i need
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How about "show history" instead of "log selected" which means absolutely nothing to anyone who uses the product. I just spent way too long trying to figure out something that should be basic to the program because of ,IMO, poor naming convention. I hope you consider changing it to prevent future grief.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yup, 15 mins wasted here as well:)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
"Log" is the correct term, if you know the Git commands. https://git-scm.com/docs/git-log
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How about 'Show git log...'. (I don't think the "selected" adds anything - it's a context menu - I know it applies to the selected item, by <universal user interface conventions>)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We're probably about to stumble on why it's "Log Selected". "Show Git Log for Selected Items" would be the correct, most self-explanatory term, but it's fairly long for a menu item. This thread is appearing for most Google searches for this misunderstanding/obliviousness so most people should get here and find the answer they need. If Atlassian want to take the feedback they've got it here already.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In it's current text, I think "Log" is being interpreted as a verb hence (I literally thought it might try to log what I had selected). I think "Show log" or "View Log" would be much more intuitive.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Daniel Withams may be correct, but part of the point of SourceTree is for people not to have to learn the git command line interface. So in that sense it's not sufficient to match git experts' knowledge of git commands; it's important to match English speakers' knowledge of what words like "log" mean in English (as @John Featherlin pointed out: to log means to append information to a log, not merely to display a log).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Git's usage of "log" is a noun. SourceTree's usage of "Log Selected" turns the word "log" into a verb, which is bad UI design on Atlassian's part for the following reasons:
I agree with others that this is a defect in SourceTree.
"Show Log", "View Log" are good suggestions that stay with the Git terminology of using "log" as a noun.
I personally prefer "View History" that is typical in other source control software. I believe that this not be appropriate, as (I believe) that consistency - in the current context of Git - is more important than personal preferences.
If programmers are finding this thread and commenting on it, then hundreds of more people are also struggling to find this basic functionality.
I've been using SourceTree for years, and have been lamenting SourceTree's lack of a "View History" feature to other programmers. Now I have to adjust my lamentation to disclose this visual defect.
Atlassian, please take a few minutes to fix this defect.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Steve - that works great for my local repo, is there a similar feature to view the history of a file/folder on the remote repo?
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.
I wish there is a feature to view a specific file of my choice but my colleague told me a hack. I put a space on the file I wish to see the file revision. It then shows up in the sourcetree.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That really isn't necessary. When you go to Working Copy you can filter which files are shown. By default it is only the pending files but when you switch it to Show All you will see all the files under version control.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This doesn't work if the file you want to see doesn't exist in the current branch.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I agree, navigating to a file should be easier!!!
See how P4 did it
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.