erikw / tmux-powerline

⚡️ A tmux plugin giving you a hackable status bar consisting of dynamic & beautiful looking powerline segments, written purely in bash.
BSD 3-Clause "New" or "Revised" License
3.36k stars 508 forks source link

vcs_branch does not show correct branch for SVN repos if CWD!=rootpath #398

Closed xx4h closed 3 months ago

xx4h commented 3 months ago

If we're in the rootpath of a SVN repo, everything is fine and we get the correct trunk as branch. If we change directory into any subtree, the new directory becomes the new branch in the segment. E.g. switching to src will make vcs_branch display src as branch.