Re: "Display 'moved here' and 'moved away' status in working copy status list
Stefan Hett <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.tortoisesvn.devel |
|---|---|
| Message-ID | <[email protected]> |
On 9/28/2016 11:34 AM, Ivan Zhakov wrote: > Hi, > > Subversion records moves as first-class operation in the working copy > since version 1.8 [1]. For example here is how 'svn status' looks for > working copy where file 'foo.txt' was renamed to 'bar.txt': > [[[ > A + bar.txt > > moved from foo.txt > D foo.txt > > moved to bar.txt > ]]] > > But TortoiseSVN only displays this information in a tooltip in the > status list. I suggest adding 'moved here' and 'moved away' to > TortoiseSVN. See the attached patch and screenshot. > > [1] https://subversion.apache.org/docs/release-notes/1.8.html#moves > > Feedback from a user's point of view (if that's helpful): How about only displaying a single entry for both operations as in: Path Extension Status bar.txt txt moved from foo.txt IMO that would make more sense to the user and simplifies the use-case/UI a bit. It will also solve the problem with the current approach that if you have two renames/moves, you don't really see which entries are related to one another. I certainly can't say whether combining the two entries to a single one will break current use-cases and/or require much work to adjust these, so it might be out of question and you already considered (and therefore rejected) that idea. -- Regards, Stefan Hett ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3187482 To unsubscribe from this discussion, e-mail: [[email protected]].