Is this a nasty Subversion bug or am I approaching it the wrong way?
Merge a branch into a trunk. ->HelloWorld.txt updates
Revert HelloWorld.txt
Do the same merge again. ->No files update.
Why doesn't the second merge update HelloWorld again? It's acting as if that change has already been copied over. Shouldn't the revert reset it?
If you revert the entire folder HelloWorld is in, the second merge properly applies the change again. It's only if you revert a file that it fails.
This is a little scary. What if I need to revert some files for now. Any future merge will silently fail to copy over critical code.
Subversion 1.6 OS X 10.6.4