I\'ve updated the Subversion plugin of jenkins to version 2.2
Now i get following error for repos which build the first time after the upgrade and for repos where someth
Ok after many comments on the official bug report we were able to solve this issue.
So to get it working you have to update to the newest 2.3-snaptshot of the subversion plugin, which can be found here:
https://jenkins.ci.cloudbees.com/job/plugins/job/subversion-plugin/
(Download the .hpi file and install it on your jenkins)
Company Subversion Repository
)svn --username {username} --password {password} checkout prot://ip:port/svn/repo
<-- you can cancel this after it has started the checkoutfind ~/.subversion/auth/svn.simple/ -type f -exec cat {} + | grep -A 2 realmstring
buildmaster/****** ( Company Subversion Repository)
NOTE : If you are using svn+ssh, your realm would look like "svn+ssh://server-name" without double-quotes. No pointy brackets, port or realm name needed.