Dear coreboot folks,
I am going to rename the LinuxBIOS repositories to coreboot soon.
$ svn co svn://coreboot.org/repository $ cd repository $ svn mv LinuxBIOSv3 coreboot-v3 $ svn commit
and
$ svn co svn://coreboot.org/repos/trunk $ cd trunk $ svn mv LinuxBIOSv1 coreboot-v1 $ svn mv LinuxBIOSv2 coreboot-v2 $ svn commit
This is Signed-off-by: Stefan Reinauer stepan@coresystems.de
NOTE: After this change you will not be able to "svn update" unless you switch to the new repository layout with:
$ cd LinuxBIOSv1 $ svn switch svn://coreboot.org/repos/trunk/coreboot-v1
or
$ cd LinuxBIOSv2 $ svn switch svn://coreboot.org/repos/trunk/coreboot-v2
or
$ cd LinuxBIOSv3 $ svn switch svn://coreboot.org/repository/coreboot-v3
Best regards, Stefan