Search code examples
eclipsesvneclipse-luna

How set local directory as SVN Repository in Eclipse Luna


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?


Solution

  • 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'.