Hello, when there are conflicts between the working copy and the repository during updating, I'm using XCode's built in tool FileMerge.
How do I save the merged file? What I currently do is save the merged file instead of the original conflicted file.
But after saving the merged file and quitting FileMerge, the "svn merge" command doesn't quit, it's waiting for some input, but I don't know what to type in.
Hence I'm forced to quit the command by typing "ctrl-c" in the terminal. After quitting svn I get: "svn: Can't write to connection: broken pipe".
If I type in "svn status" after performing this operation there are "!" files in front of all the folders.
How do I merge files properly with SVN and XCode's FileMerge?
Thanks.