On Jan 16, 2008 4:06 PM, Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net wrote:
Enter a v3 tree. Type the two commands below and be happy.
svn switch svn://linuxbios.org/repository/coreboot-v3 .
svn switch svn://rminnich@openbios.org/repository/ . svn: Won't delete locally modified directory '.' svn: Left locally modified or unversioned files
So that looked good, but ...
svn switch --relocate svn://linuxbios.org/repository/coreboot-v3 svn://coreboot.org/repository/coreboot-v3 .
I think this second was my mistake: I got this: [rminnich@xcpu LinuxBIOSv3]$ svn up D southbridge D Kconfig D include D superio D mainboard D README D device D HACKING D doc D Rules.make D lib D northbridge D COPYING D arch D Makefile D util A coreboot-v3
Yep, it did a full checkout of coreboot-v3.
And then said: svn: Directory 'southbridge/.svn' containing working copy admin area is missing
Hmm. [rminnich@xcpu coreboot-v3]$ ls -l southbridge/.svn/ total 24 -r--r--r-- 1 rminnich rminnich 267 2008-01-16 16:46 entries -r--r--r-- 1 rminnich rminnich 2 2008-01-16 16:46 format drwxrwxr-x 2 rminnich rminnich 4096 2008-01-16 16:46 prop-base drwxrwxr-x 2 rminnich rminnich 4096 2008-01-16 16:46 props drwxrwxr-x 2 rminnich rminnich 4096 2008-01-16 16:46 text-base drwxrwxr-x 5 rminnich rminnich 4096 2008-01-16 16:46 tmp
Oh well, I have a coreboot v3 now :-)
ron