Jenkins is unable to access SVN repository

Keshav picture Keshav · Oct 3, 2015 · Viewed 7.8k times · Source

I am using tortoise SVN for version control , I am saving path to my repository that have no credentials or any user , still Jenkins is showing error.

I am using Jenkins on my local machine

Jenkins LOG

local repository

Help me solve my problem

Answer

Ivan Zhakov picture Ivan Zhakov · Oct 3, 2015

It seems SVNKit used by Jenkins doesn't support FSFS format 7 repositories. You have two options to workaround this:

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

  2. Configure svnserve and access this repository over svn:// protocol [recommended]