This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 198413 - after changing password, ide does not offer login dialog
Summary: after changing password, ide does not offer login dialog
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 7.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-07 13:59 UTC by nbphpuser
Modified: 2011-05-11 19:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide log (53.17 KB, application/octet-stream)
2011-05-09 07:41 UTC, nbphpuser
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nbphpuser 2011-05-07 13:59:42 UTC
Hello,

after my svn pass was changed, I cannot do svn updpdate on files. I've tried new checkout and it has succedded, but files in library included via svn:externals cannot be updated. I'd expect IDE would offer a dialog for changing pass, however I'm getting only error message. I'm using one of latest builds.

INFO [org.netbeans.modules.subversion]: org.tigris.subversion.javahl.ClientException: Autorisierung schlug fehl
svn: OPTIONS von »https://repo/trunk/library/Lib/Client«: Autorisierung schlug fehl: 

Could not authenticate to server: rejected Basic challenge (https://repourl)
org.tigris.subversion.javahl.ClientException: Autorisierung schlug fehl
svn: OPTIONS von »https://Lib/Client«: Autorisierung schlug fehl: Could not authenticate to server: rejected Basic challenge (https://repourl)
    at org.tigris.subversion.javahl.SVNClient.update(Native Method)
    at org.tigris.subversion.javahl.SVNClient.update(SVNClient.java:491)
    at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.update(AbstractJhlClientAdapter.java:1061)
Caused: org.tigris.subversion.svnclientadapter.SVNClientException
    at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.update(AbstractJhlClientAdapter.java:1065)
    at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.update(AbstractJhlClientAdapter.java:1039)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.netbeans.modules.subversion.client.SvnClientInvocationHandler.handle(SvnClientInvocationHandler.java:367)
    at org.netbeans.modules.subversion.client.SvnClientInvocationHandler.invokeMethod(SvnClientInvocationHandler.java:331)
    at org.netbeans.modules.subversion.client.SvnClientInvocationHandler$2.call(SvnClientInvocationHandler.java:179)
    at org.netbeans.modules.versioning.indexingbridge.Bridge$1.call(Bridge.java:64)
    at org.netbeans.modules.parsing.api.indexing.IndexingManager.runProtected(IndexingManager.java:388)
    at org.netbeans.modules.versioning.indexingbridge.Bridge.runWithoutIndexing(Bridge.java:59)
    at org.netbeans.modules.versioning.util.IndexingBridge.runWithoutIndexing(IndexingBridge.java:139)
    at org.netbeans.modules.versioning.util.IndexingBridge.runWithoutIndexing(IndexingBridge.java:102)
    at org.netbeans.modules.subversion.client.SvnClientInvocationHandler.invoke(SvnClientInvocationHandler.java:189)
    at $Proxy23.update(Unknown Source)
    at org.netbeans.modules.subversion.ui.update.UpdateAction.updateRoots(UpdateAction.java:263)
[catch] at org.netbeans.modules.subversion.ui.update.UpdateAction.update(UpdateAction.java:211)
    at org.netbeans.modules.subversion.ui.update.UpdateAction.update(UpdateAction.java:172)
    at org.netbeans.modules.subversion.ui.update.UpdateAction.access$000(UpdateAction.java:85)
    at org.netbeans.modules.subversion.ui.update.UpdateAction$2.perform(UpdateAction.java:138)
    at org.netbeans.modules.subversion.client.SvnProgressSupport.performIntern(SvnProgressSupport.java:109)
    at org.netbeans.modules.subversion.client.SvnProgressSupport.run(SvnProgressSupport.java:102)
    at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
    at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1968)
Comment 1 Ondrej Vrabec 2011-05-08 20:50:59 UTC
Please attach the full message log.
To change the password, go to Tools>Options>Misc>Versioning>Subversion, click on Manage Connection Settings
Comment 2 nbphpuser 2011-05-09 07:41:07 UTC
Created attachment 108186 [details]
ide log
Comment 3 nbphpuser 2011-05-09 07:41:47 UTC
"To change the password, go to Tools>Options>Misc>Versioning>Subversion, click
on Manage Connection Settings"


It doesn't help
Comment 4 Ondrej Vrabec 2011-05-09 08:18:32 UTC
fix: http://hg.netbeans.org/core-main/rev/8dfb5d56d76c
Comment 5 Quality Engineering 2011-05-11 19:43:19 UTC
Integrated into 'main-golden', will be available in build *201105111436* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/8dfb5d56d76c
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Issue #198413 - after changing password, ide does not offer login dialog