I added external merge tool (meld) to subversion on Ubuntu. Everything works fine, however when I resolve my conflict and accept the changes I see file being created that I merged, with ".edited" appended to it. So if I merged file test.txt I would get my merge changes in test.txt and also file created test.txt.edited with merge conflicts.
Does anybody know who creates this file and its creation can be disabled.