jesfre / utilities

A mix of utilities and helper classes
0 stars 0 forks source link

Validate SVN client connection #19

Open jesfre opened 2 weeks ago

jesfre commented 2 weeks ago

If the SVN password changes, the SVN utilities throw a NumberFormatException as a symptom that it cannot connect to the repository, but it remains silent on the root cause being the invalid password. To avoid this is necessary to add a validation for SVN client connection before executing SVN commands.

jesfre commented 2 weeks ago

A workaround to this issue, temporarily, is to run a SVN command directly in the command line so the client requests for the password.