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:
Create repository in Subversion 1.8 compatible format using svnadmin create --compatible-version=1.8
.
Configure svnserve and access this repository over svn://
protocol [recommended]
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With