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?

            [FE-4920] SVN authentication not working correctly

            Marek Parfianowicz made changes -
            Component/s New: Indexing [ 41890 ]
            Component/s Original: vcs-Subversion [ 12290 ]
            Labels Original: authentication svn New: authentication p4 perforce svn
            Marek Parfianowicz made changes -
            Resolution New: Timed out [ 10 ]
            Status Original: Gathering Impact [ 12072 ] New: Closed [ 6 ]

            We decided to close this bug report due to low interest.

            Marek Parfianowicz added a comment - We decided to close this bug report due to low interest.
            Marek Tokarski made changes -
            Component/s New: vcs-Subversion [ 12290 ]
            Occurrence Factor New: 50% [ 12832 ]
            Symptom Severity Original: Major [ 14431 ] New: Minor [ 14432 ]
            SET Analytics Bot made changes -
            UIS Original: 28 New: 27
            SET Analytics Bot made changes -
            UIS Original: 29 New: 28
            Owen made changes -
            Workflow Original: FE-CRUC Bug Workflow [ 2945360 ] New: JAC Bug Workflow v3 [ 2958059 ]
            Owen made changes -
            Workflow Original: FECRU Development Workflow - Triage - Restricted [ 1516919 ] New: FE-CRUC Bug Workflow [ 2945360 ]
            Status Original: Open [ 1 ] New: Gathering Impact [ 12072 ]
            SET Analytics Bot made changes -
            UIS Original: 28 New: 29
            SET Analytics Bot made changes -
            UIS Original: 27 New: 28

              Unassigned Unassigned
              fkraemer Felipe Kraemer
              Affected customers:
              2 This affects my team
              Watchers:
              7 Start watching this issue

                Created:
                Updated:
                Resolved: