Jenkins is unable to access SVN repository -


i using tortoise svn version control , saving path repository have no credentials or user , still jenkins showing error.

i using jenkins on local machine

jenkins log

local repository

help me solve problem

it seems svnkit used jenkins doesn't support fsfs format 7 repositories. have 2 options workaround this:

  1. create repository in subversion 1.8 compatible format using svnadmin create --compatible-version=1.8.

  2. configure svnserve , access repository on svn:// protocol [recommended]


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -