views:

98

answers:

4

I've tried to solve this error message but I couldn't.

I've tried for a really long time, I just can't figure a solution to this.

I'm using Ankh plugin with Visual Studio 2010, I've got an SVN repository on unfuddle.com and I'm trying to import my project into that new repository.

this is the error message I get :

" please select a valid location in the repository to add to"

+1  A: 

attention: you have to create the repository first in the unfuddle admin menu!!!! this repo you have create has an url, this is the url where you can check in you project!

Mr Q.C.
i've already created the repository in unfuddle. and now, i'm trying to import my project's files into it.
Attilah
ok then you sould do: svn import /yourparh/to/files http...../prjecturl - after this you MUST!! checkout the project again!!! to another directory. from this one you can work now
Mr Q.C.
I actually got to the source of the problem. It was due to the fact that I access the SVN repository from behind a proxy server.
Attilah
+1  A: 

Does the help for this dialog contain a solution for your problem? You can access this help by hitting the ? button in the dialog.

Sander Rijken
I actually got to the source of the problem. It was due to the fact that I access the SVN repository from behind a proxy server.
Attilah
A: 

I actually got to the source of the problem. It was due to the fact that I access the SVN repository from behind a proxy server.

Attilah
You can mark your own answer as accepted to mark this question as answered.
Sander Rijken
@Sander, thx 4 reminding me.
Attilah