I am trying to do svn merge from some branch to my local workspace.
When I try to do merge, it takes lot of time and stops abruptly.
Second time, I opened windows task manager and started the merge procedure again. I find that, fewminute after starting merge, PF usage rises drastically causing the system very slow and out of PF memory. Hence the program crashes.
Next I tried with '--dry-run' and '--ignore-ancestry' options together, it was completing successfully. But on removing --dry-run option, again same story of crashing the application.
I am using svn 1.6.0 client on windows OS.
I am suspecting if there is anything to do with the repository or structure. Please suggest me if I am missing anything.