-
Bug
-
Resolution: Timed out
-
Medium
-
None
-
3.1.1
-
Severity 3 - Minor
-
27
-
If a SVN repository needs authentication and either password or username is changed to "blablabla", it will still say "Connection Succeeded" when you hit "Test Connection".
If using the command line, it will work correctly, saying that the credentials are invalid.
This retrieves information from the repository, as expected:
svn info <svn_url> --username <correct_svn_username> --password <correct_svn_user_pwd>
This doesn't retrieve information from the repository, as expected, because username or password is incorrect:
svn info <svn_url> --username <correct_svn_username> --password <incorrect_svn_user_pwd> svn info <svn_url> --username <incorrect_svn_username> --password <incorrect_svn_user_pwd>
FISHEYE_HOME\lib\svn\jsvn also works correctly.
This retrieves information from the repository, as expected:
jsvn info <svn_url> --username <correct_svn_username> --password <correct_svn_user_pwd>
This doesn't retrieve information from the repository, as expected, because username or password is incorrect:
jsvn info <svn_url> --username <correct_svn_username> --password <incorrect_svn_user_pwd> jsvn info <svn_url> --username <incorrect_svn_username> --password <incorrect_svn_user_pwd>
Is this some kind of cache problem?
- mentioned in
-
Page Loading...
[FE-4920] SVN authentication not working correctly
Component/s | New: Indexing [ 41890 ] | |
Component/s | Original: vcs-Subversion [ 12290 ] | |
Labels | Original: authentication svn | New: authentication p4 perforce svn |
Resolution | New: Timed out [ 10 ] | |
Status | Original: Gathering Impact [ 12072 ] | New: Closed [ 6 ] |
Component/s | New: vcs-Subversion [ 12290 ] | |
Occurrence Factor | New: 50% [ 12832 ] | |
Symptom Severity | Original: Major [ 14431 ] | New: Minor [ 14432 ] |
UIS | Original: 28 | New: 27 |
UIS | Original: 29 | New: 28 |
Workflow | Original: FE-CRUC Bug Workflow [ 2945360 ] | New: JAC Bug Workflow v3 [ 2958059 ] |
Workflow | Original: FECRU Development Workflow - Triage - Restricted [ 1516919 ] | New: FE-CRUC Bug Workflow [ 2945360 ] |
Status | Original: Open [ 1 ] | New: Gathering Impact [ 12072 ] |
UIS | Original: 28 | New: 29 |
UIS | Original: 27 | New: 28 |
We decided to close this bug report due to low interest.