I deleted and ignored from svn a folder I thought was user specific (nbproject if you're interested).
This was careless, it turned out I was wrong, so in a panic to avoid causing a mess, I undid the ignore, added the folder and committed.
This was more careless, I realized I had added a "new" folder in the place the old one was. This caused a merge conflict with anyone who subsequently updated. This folder gets a lot of changes, and I might have had changes in my own version of it, so a messy conflict is guaranteed for everyone, since it is unclear which changes are worth keeping.
What can I do to avoid causing this tree conflict for everyone using the svn?
I'm sure merging will be involved, but I can't figure out how to merge the previous folder over, ordinary merging doesn't seem to work (it doesn't help that I have no experience, and most docs seem to be for simple situations).
I'm tempted to delete the folder again and then merge, but I'm not sure if that would cause a bigger mess.
Any suggestions would be appreciated, including links to relevant questions, I'm not knowledgeable enough to recognize where an answer would be applicable to this situation. I'm assuming the abundant "I got a conflict on merging" questions are not however, I couldn't find anything useful among them.