SVN Merge Question

Posted by SVN on Stack Overflow See other posts from Stack Overflow or by SVN
Published on 2010-05-14T00:12:40Z Indexed on 2010/05/14 0:14 UTC
Read the original article Hit count: 201

Filed under:
|

Suppose that I have two massive folders in SVN: test and prod. I'm trying to use the following svn command to merge the content from test into prod:

svn merge ./prod@HEAD ./test@HEAD ./prod

However, my SVN repository is huge and this process takes an enormous amount of time. Is there any way that I can make a simpler merge statement which will be more processor friendly? Perhaps a server-URL based merge?

Any insight is appreciated....

© Stack Overflow or respective owner

Related posts about svn

Related posts about merge