# This patch file was generated by NetBeans IDE # Following Index: paths are relative to: D:\Projects\SUN\nb_all\subversion\main # This patch can be applied using context Tools: Patch action on respective folder. # It uses platform neutral UTF-8 encoding and \n newlines. # Above lines and this line are ignored by the patching process. Index: src/org/netbeans/modules/subversion/ui/repository/Repository.java *** D:\Projects\SUN\nb_all\subversion\main\src\org\netbeans\modules\subversion\ui\repository\Repository.java Base (1.14) --- D:\Projects\SUN\nb_all\subversion\main\src\org\netbeans\modules\subversion\ui\repository\Repository.java Locally Modified (Based On 1.14) *************** *** 162,170 **** --- 162,172 ---- if(repository!=null) { url = repository.getUrl(); } + if (url != null) { proxyDescriptor = SvnConfigFiles.getInstance().getProxyDescriptor(url.getHost()); schedulePasswordUpdate(); } + } textEditor.selectAll(); textEditor.getDocument().addDocumentListener(this);