I recently had to copy my repositories from my linux machine to a new Windows machine. I used VisualSVN to set up my repositories on the Windows machine..
Now I have some projects in eclipse that uses the subclipse plugin to connect to my old repo location.
I do understand that VisualSVN does not support the svn protocol. So my problem is how do i get old projects that use the svn protocol to connect to the repos on VisualSVN that seem to support only the http/https protocol..
Will I have to disconnect from my old repos in eclipse and share the project as a new one in VisualSVN?
Any help would be greatly appreciated.