> I have added my solution to a wrong repo. I have been trying to find > the option that allow me to change the repo of my solution to the > right one.
You will need to import it to the correct repository, just as you imported it into the incorrect one. There is no "transfer to another repository" function in Subversion. You should remove all the .svn directories from your current working copy before you import it to the new one. You can do this fairly easily in Windows Explorer by navigating to the working copy directory, searching for '.svn' directories, then deleting them from the search results pane. Visual Studio should be closed when you do this. Brad

