Have repository {start-repo} and want to merge into {old-repo} at {some-dir-name}

# if you just wanted trunk replace with this
# svndump {start-repo} | svndumpfilter include trunk 
svnadmin dump {start-repo} > my-dump
# copy file to main server and change to web-user
svnadmin load --parent-dir {some-dir-name} {old-repo} < my-dump
 

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>