I have already created a repo in my xcode, what im trying to do is import my project. And commit. Im kinda new to this thing, so I dont know what Im doing wrong.
When I try to import my project, this error came out:

Hope someone can help me.
EDITED:

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Do the import by hand and answer the question "(R)eject, accept (t)emporarily or accept (p)ermanently?" with "p".
After that, you should be able to use the XCode frontend to svn without problems (beside that XCode comes with a rather old svn version, which can not work with newer repositories).
EDIT
By hand, I mean to do it within the terminal:
cd [yourDir]svn -m 'initial import' import [yourURL]2nd EDIT
If the
svncommand is not in your path (you will getcommand not found), you have to use the full path, e.g./Applications/Xcode.app/Contents/Developer/usr/bin/svninstead ofsvnonly.