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

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

From: Ivan Zhakov <ivan_at_visualsvn.com>
Date: Wed, 28 Sep 2016 12:34:05 +0300

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

-- 
Ivan Zhakov
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3187479
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].


tsvn-moved-here-away-1.png
Received on 2016-09-28 11:34:38 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.