Jenkins is unable to access SVN repository
Asked Answered
P

1

6

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

Parisi answered 3/10, 2015 at 8:43 Comment(0)
F
5

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]

Food answered 3/10, 2015 at 9:3 Comment(2)
Hi, Thanx for the answer , can you please elaborate how to configure svn server and access it over svn:// protocol and what's diff between file and svn protocol?Parisi
@Parisi I think it's offtopic for this question, but svnserver configuration described in detail in SVNBook: svnbook.red-bean.com/nightly/en/svn.serverconfig.svnserve.htmlFood

© 2022 - 2024 — McMap. All rights reserved.