I know some people will claim this hurts. But it will hurt the same way when the version number is up to 4, so we better do it now than later:
(This just renames coreboot-v2 to coreboot-devel in the tree) svn mv svn://coreboot.org/repos/trunk/coreboot-v2 \ svn://coreboot.org/repos/trunk/coreboot-devel
Alternatively:
(this moves all sudirectories of coreboot-v2 to trunk and wipes the coreboot-v2 directory as soon as it's empty. Then the directory hierarchy would be more similar to, e.g. flashrom)
svn mv svn://coreboot.org/repos/trunk/coreboot-v2/{COPYING,Makefile,NEWS,README,documentation,src,targets} \ svn://coreboot.org/repos/trunk/
svn mv svn://coreboot.org/repos/trunk/coreboot-v2/util/{ADLO,abuild,analysis,cbfstool,compareboard,crossgcc,dump_mmcr} \ svn://coreboot.org/repos/trunk/util svn mv svn://coreboot.org/repos/trunk/coreboot-v2/util/{kbuildall,kconfig,lbtdump,newconfig,nrv2b,optionlist,options,resetcf} \ svn://coreboot.org/repos/trunk/util svn mv svn://coreboot.org/repos/trunk/coreboot-v2/util/{romcc,sconfig,vgabios,x86emu,xcompile} \ svn://coreboot.org/repos/trunk/util
svn rm svn://coreboot.org/repos/trunk/coreboot-v2/
Signed-off-by: Stefan Reinauer stepan@coresystems.de
PS: If you Ack, please let me know which of the alternatives. :-)
All the best,
Stefan