Daniel Shahaf wrote: >Ryan Schmidt wrote on Thu, Jul 29, 2010 at 20:50:16 -0500: >> svn rm $URL/trunk -m "Delete old trunk" >> >> svn mv $URL/branches/thebranch $URL/trunk -m "Make branch thebranch the new >> trunk" > >And to do this rm+mv in one commit, you could use svnmucc.
an perhaps not svn rm the old trunk but svn mv it, so you have easier access to it (no need to remember/investigate the revision where it was deleted) -- Lorenz