Nico Kadel-Garcia wrote: >On Fri, Sep 10, 2010 at 5:57 PM, Nico Kadel-Garcia <nka...@gmail.com> wrote: >> On Fri, Sep 10, 2010 at 1:42 AM, Lorenz <loren...@yahoo.com> wrote: >>[...] >>> if you don't want to check-out the whole repository, and are working >>> from the command line anyway, you can use svnmucc to do the >>> restructuring in one commit without a working copy. >>> >>> svnmucc mv url1 url2 mv url3 url4 ... >>> -- >> >What's wrong with this syntax to do the move without a checkout? > > svn move [URLOFREPO]/var/svn/proj1 [URLOFREPO/proj1
nothing, just pointing out that it possible do to the rearrangement without a WC directly in the repo in one revision. For complicated rearrangements I would prefere the WC method myself, because I can revert/redo as long as I want until I'm satisfied - before commiting. -- Lorenz