[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: "Display 'moved here' and 'moved away' status in working copy status list

From: Stefan Hett <stefan_at_egosoft.com>
Date: Wed, 28 Sep 2016 11:49:16 +0200

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: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2016-09-28 16:38:36 CEST

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.