Hi, > due, to a datacentre migration , a temporary SVN repository was set up to > allow devs to continue working for a week or two. > > When the PROD SVN repository is brought online what is the best method of > adding the changes in the temporary repository back in to the Prod SVN > repository ?
Depending on your specific procedural requirements (relating to downtime etc), svnadmin dump/load, svnrdump dump/load or svnsync. http://svnbook.red-bean.com/en/1.7/svn-book.html#svn.reposadmin.maint.migrate The capable administrator can perform this completely transparent to users. Andreas