SVN Merge Question
Suppose I have two massive folders in SVN: test and prod. I am trying to use the following svn command to merge content from a test into prod:
svn merge ./prod@HEAD ./test@HEAD ./prod
However, my SVN repository is huge and the process takes a huge amount of time. Is there a way that I can make a simpler merge operator that is more CPU compatible? Possibly a merge based on the server url?
Any insight is appreciated ....
+2
a source to share