On 17.01.2008 01:32, ron minnich wrote:
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 .
uh oh. What's this mean? svn switch svn://linuxbios.org/repository/coreboot-v3 . svn: 'svn://linuxbios.org/repository/coreboot-v3' is not the same repository as 'svn://rminnich@openbios.org/repository'
Subversion is being unfriendly. You used a slightly different repository URL so it complains. Try this:
svn switch svn://rminnich@openbios.org/repository/coreboot-v3 .
Basically, the first "svn switch" has to conserve the user and domain part.
As long as Stefan keeps linuxbios.org, openbios.org and coreboot.org pointing to the same IP, using the command above is sufficient and you don't need the second svn command (with --relocate) at all.
Regards, Carl-Daniel