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

            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.

            Nick added a comment -

            Nick added a comment - Please see the reason and work around for this issue here: https://confluence.atlassian.com/display/FISHKB/Login+Fails+After+Updating+Subversion+Credentials

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

                Created:
                Updated:
                Resolved: