I've moved (renamed) a file in a local SVN directory:
svn move src_file_path dst_file_path
When I've tried to svn up
, I got:
D C src_file_path
> local delete, incoming edit upon update
This means someone else edited the file that I moved.
How do I merge the changes made by the other contributor into the new location?
PS - This is the same branch, unlike this question.