It's common practice among Subversion users to create a /trunk,
/branches, and /tags directory at the root of each
repository. If you'd like to do that, follow these instructions:
svn checkout --username= svn+ssh://@svn.code.sf.net/p/canaldeisabelii/code/trunk canaldeisabelii-code
cd canaldeisabelii-code
mkdir trunk branches tags
svn add trunk branches tags
svn ci -m "Add initial directories"
To make the default checkout url for your repo point to your new
/trunk directory instead of the root, go to the
Admin / Tools
screen, click on 'Checkout URL' under your repo, add 'trunk' to the
end of the url, and click 'Save.'
cd existing-canaldeisabelii-code svn import svn+ssh://*anonymous@svn.code.sf.net/p/canaldeisabelii/code/ -m "Initial commit"
Use the repository clone tool then check out a working copy once you receive a completion email.