Rob Weir wrote on Wed, Oct 24, 2012 at 12:24:29 -0400: > On Wed, Oct 24, 2012 at 12:19 PM, jan iversen <jancasacon...@gmail.com> wrote: > > Question: > > > > If have made a "svn co" on the incubator version, will I have to do a new > > "svn co" on the new path, or will "svn update" (as usual) work ??? > > > > There is a command: "svn switch" that you will need to execute: > > http://svnbook.red-bean.com/en/1.6/svn.ref.svn.c.switch.html > > > Hopefully someone will send out the specific command once the tree is moved. >
Assuming % svn info | grep URL URL: http://svn.apache.org/repos/asf/incubator/ooo/foo you'd run % svn switch ^/openoffice/foo This will also update to HEAD as part of the operation.