SQL Developer SVN and UNC paths
I am using SQL*Developer version 20.1.1.407.0006.
This version of SQL Developer has a SVN integration menu. We are in the process of setting up a SVN repository. Currently we are using command line tools for SVN and although these work fine, for most people having a front end would make life easier. We are reluctant to add yet more Windows Explorer plug-in like TortoiseSVN.
Until we get our SVN server fully set up, we are doing a proof of concept using a simple file:///
protocol that points to UNC path. The command line svn commands work fine with this.
I tried setting this up in SQL*Developer. Team>Subversion>Create Connection.