How can I sync a changed SVN export back into the repository? -
an export of repo done, , altered - files changed, added, , removed. if mercurial example, delete entire checkout, paste export in, hit commit, , work out differences. however, svn has .svn folders around, approach won't work. hit problem quite (migrating old websites) , resolving manually tedious , error-prone. there quick way this?
- make new checkout
- do folder diff see files removed , delete in svn
- replace files in checkout files in export
- merge
- commit
Comments
Post a Comment