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 166572 - svn https authroization failed since beta-7
Summary: svn https authroization failed since beta-7
Status: RESOLVED INVALID
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-04 20:19 UTC by tchemit
Modified: 2009-09-18 12:07 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages log (113.46 KB, text/plain)
2009-06-08 14:30 UTC, tchemit
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tchemit 2009-06-04 20:19:25 UTC
Hi,

Can not connect to svn via https since beta-7 and then in rc-1. 

Still working with the m3 version.

I've got this in Ide Log console : 

INFO [org.netbeans.modules.subversion]: cli: ERROR "svn: OPTIONS of 'https://XXX/trunk authorization failed (https://XXX)"

for me this is a regression (still works in m3 with same svn connexion).

Thanks.

Tony.
Comment 1 Ondrej Vrabec 2009-06-04 20:32:28 UTC
Are you asked for the credentials? When you enter username&password, it still doesn't work? I'm asking because of
http://www.netbeans.org/issues/show_bug.cgi?id=166438, which seems similar.
Comment 2 Marian Mirilovic 2009-06-05 08:41:20 UTC
joshis, are we able to reproduce this problem ?
Comment 3 Petr Dvorak 2009-06-06 22:54:59 UTC
No, I cannot:(... I have just tested with:

Product Version: NetBeans IDE 6.7 RC2 (Build 200906050001)
Java: 1.6.0_13; Java HotSpot(TM) Client VM 11.3-b02
System: Linux verze 2.6.28-12-generic běžící na i386; UTF-8; cs_CZ (nb)

and with:

joshis@homenetpc:~$ svn --version
svn, version 1.5.4 (r33841)
   compiled Feb 23 2009, 20:42:53
...

Both checkout/commit worked well. Reporter, could you please attach the messages.log file
($HOME/.netbeans/6.7rc1/var/log/messages.log)? It contains the most of the information we should need. Also, could you
please tell us which SVN version have you installed?
Comment 4 tchemit 2009-06-08 14:30:28 UTC
Created attachment 83319 [details]
messages log
Comment 5 tchemit 2009-06-08 14:32:30 UTC
Hi,

Iv'e just attach the messages.log files (but nothing more fro you inside it I think)

I use also :

svn --version
svn, version 1.5.4 (r33841)
    compilé Feb 23 2009, 20:42:53

and 

java -version
java version "1.6.0_13"
Java(TM) SE Runtime Environment (build 1.6.0_13-b03)
Java HotSpot(TM) Server VM (build 11.3-b02, mixed mode)

Tony.
Comment 6 Ondrej Vrabec 2009-06-08 14:57:55 UTC
After the failed command, are you asked for credentials? A dialog asking for username and password should be opened.
Comment 7 tchemit 2009-06-08 15:05:30 UTC
Yes it open once, I give my credentials, then it fails and ask me agin for credentails :)
Comment 8 tchemit 2009-07-07 22:07:48 UTC
Perharps it could help you to have this new information I did not mention to you : 

in my password I have some special caracters as # and !

Hope it could help you to resolve this bug :)

Tony.
Comment 9 Ondrej Vrabec 2009-08-04 10:16:55 UTC
Have no idea. Could you please try the following?
1) run IDE with a switch -J-Dorg.netbeans.modules.subversion.level=500
2) try to commit (DO NOT CLOSE THE IDE after the commit, otherwise it will delete some temporary files needed later)
3) open the message log. There will be tons of messages related to subversion (FINE [org.netbeans.modules.subversion]:...)
4) search for the commit message, it should be something like "FINE [org.netbeans.modules.subversion]: cli: Executing
"svn commit --force-log -F...."
5) select the whole command and try to manually run it in the command line. Does it work? If not, there might be a
problem with your proxy settings?
Comment 10 Peter Pis 2009-09-18 12:07:30 UTC
Without requested information for long time - INVALID. We can't do anything in this case. Reporter, please add requested
information and reopen issue. Thanks in advance.