Feature #1311
Subversion: Show revision histories for branches
Status: | New | Start date: | 2008-05-27 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | SCM | |||
Target version: | - | |||
Resolution: |
Description
It would be great if revision histories could be viewed for specific branches in the repository tree as discussed over at http://www.redmine.org/boards/1/topics/show/861. I just migrated from Trac, and I really miss this feature. In Trac, you can specify a URL like http://trac.example.com/log/sandboxes/colan to show you revisions specific to the /sandboxes/colan part of the tree.
Related issues
History
#1 Updated by Anonymous about 14 years ago
I'd like to see this too
#2
Updated by Jani Tiainen about 14 years ago
+1
It's really painful to see non related commits, for example if you take look at 0.7-stable branch here, there is no easy way to find what changesets belongs to this particular branch and which are just "noise" from other branches.
#3
Updated by Mischa The Evil over 13 years ago
+10...
Will try to create a patch for it. See if I'm skilled enough but looking at the code it shouldn't be that difficult I think... ;-)
#4
Updated by Mischa The Evil over 13 years ago
- Category set to SCM
- Assignee set to Mischa The Evil
#5
Updated by Mischa The Evil over 13 years ago
- Status changed from New to 7
#6
Updated by Mischa The Evil almost 13 years ago
To me it seems Jean-Philippe Lang has implemented this feature in r2849:
- add latest changesets for the current directory when browsing the repository and a link to the full log
Will test it and update this issue according to the results...
#7
Updated by Mischa The Evil over 12 years ago
Mischa The Evil wrote:
To me it seems Jean-Philippe Lang has implemented this feature in r2849:
- add latest changesets for the current directory when browsing the repository and a link to the full log
Will test it and update this issue according to the results...
See issue #3943; r2849 provides the basics for this issue's feature only.
#8
Updated by Mischa The Evil over 11 years ago
- Status changed from 7 to Resolved
- Assignee deleted (
Mischa The Evil)
I'm not working on this issue anymore.
#9
Updated by Mischa The Evil over 11 years ago
- Status changed from Resolved to New
Corrected issue-status.
#10
Updated by Toshi MARUYAMA over 11 years ago
- Subject changed from Show revision histories for branches to Subversion: Show revision histories for branches