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
help me solve problem
it seems svnkit used jenkins doesn't support fsfs format 7 repositories. have 2 options workaround this:
create repository in subversion 1.8 compatible format using
svnadmin create --compatible-version=1.8.configure svnserve , access repository on
svn://protocol [recommended]


Comments
Post a Comment