简体   繁体   中英

Jenkins is unable to access SVN repository

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

詹金斯登录

本地存储库

Help me solve my problem

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]

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM