Ticket #593 (closed enhancement: fixed)
Allow partial log
| Reported by: | ori | Owned by: | alwin |
|---|---|---|---|
| Priority: | low | Milestone: | Version 1.3 |
| Component: | UI/KPart | Version: | 1.2.x |
| Severity: | tweak | Keywords: | |
| Cc: |
Description
Hi, if I want to retreive the log for a branch, I can only retreive the full log and then I must search when the branch was opened. On the contrary, if I use the command line, I can simply use "svn log --stop-on-copy" command to retreive the branch log only for revisions following branch creation.
I think it can be useful to allow a user to retreive a partial log or a full log, or at least to allow users to use standard svn command options.
Regards, Andrea
Attachments
Change History
comment:2 Changed 4 years ago by ori
I think it is better to have two different menu items (so the user can retreive full or partial log without to have to change global settings), but for the moment it is enough.
Thanks for the tip, Andrea

You may deactivate the "Log follows nodechanges" inside subversion settings of kdesvn. This is a global setting, of course.
Would this be enough?