I'd love if someone with some svn knowledge can help me out here as I'm fairly new to subversion. I wanted to use this command to install WP into my root directory (local install):
svn co http://core.svn.wordpress.org/tags/2.9.2 .
However, this is not working for me as I keep getting this error:
svn: '.' is already a working copy for a different URL
So I tried to use the svn:externals property but I don't know how to make it so that it installs into my root directory, without creating a sub-directory.