I install Subversion SVN Team Provider, Subversion SVN Team Provider Localization and SVNKit Library. I Create local directory(D:\java\repository) and want use it as location for SVN repositor. When I go to Window_>show view->other->svn->svn repository and choose New Repository Location, I must enter URL, but it won't proceed with this local above. How can I set SVN so it will use this local directory as it's repository?
Asked
Active
Viewed 5,916 times
1 Answers
4
You can try entering in the New Location Wizard url field a local path following the file:///
scheme:
file:///D/java/repository
That is also recommended in the SVN Repository Dialog.
There is option to create a repository location for just created repository which uses
file:///
scheme (direct repository access). Accessible from 'SVN Repository View'.

VonC
- 1,262,500
- 529
- 4,410
- 5,250
-
I tried to share project to newly created repository, but got this: svn: Unable to open an ra_local session to URL – Error Aug 24 '14 at 11:52
-
@Error that would be a separate question (that is, if it hasn't been asked before: http://stackoverflow.com/q/17278061/6309, http://stackoverflow.com/a/23532180/6309) – VonC Aug 24 '14 at 11:54