Subversion SVNKIT not working in Jenkins

0 votes

I’m trying to build a job and I’m getting the following error

ERROR: svn: The path '/var/lib/jenkins/jenkins/jobs/kobv-albert-commons' appears to \
   be part of Subversion 1.7 (SVNKit 1.4) or greater working copy rooted at \
   '/var/lib/jenkins/jenkins'.

Someone please help me out!

Aug 8, 2018 in Jenkins by Hannah
• 18,570 points
2,028 views

2 answers to this question.

0 votes
Have you tried svn upgrade and svn update?
answered Aug 8, 2018 by Kalgi
• 52,360 points
Yesss but it doesn’t work
0 votes

Jenkins doesn't use the installed Subversion command line client and doesn't even need it. Instead, it uses SVNKit to checkout and working directory. Your error is that it tried to do an update, but sees the wrong version

Follow these steps:

-go to manage Jenkins

-go to configure system

-you’ll find a subversion section and it allows you to adjust your working copy format

There was a big change in the Subversion working copy format from version 1.6 to 1.7. Apparently, something you did created a Subversion 1.6 version of the working copy. Change the SVNKit plugin to version 1.6, and clean the workspace.

answered Aug 8, 2018 by Kalgi
• 52,360 points
To clean the workspace, have a look at @Bekir's comment here:

https://www.edureka.co/community/13809/subversion-svnkit-working-with-jenkins?show=31764#c31764

Related Questions In Jenkins

0 votes
1 answer

gulp serve & not working in jenkins

Try using nohup. It will creates nohup.out ...READ MORE

answered May 11, 2018 in Jenkins by DareDev
• 6,890 points
956 views
0 votes
1 answer

Jenkins console output not in realtime

Make sure your script is flushing it ...READ MORE

answered Aug 7, 2018 in Jenkins by Nilesh
• 7,050 points
5,203 views
0 votes
1 answer

Jenkins hook not working

You have the wrong endpoint - it ...READ MORE

answered Aug 7, 2018 in Jenkins by Nilesh
• 7,050 points
1,486 views
0 votes
1 answer
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,439 views
+2 votes
1 answer
+2 votes
1 answer

Subversion (SVNKit) working with Jenkins

Jenkins doesn't use the installed Subversion command ...READ MORE

answered Aug 8, 2018 in Jenkins by Kalgi
• 52,360 points
2,625 views
+2 votes
3 answers

Permission denied error while running a simple job in Jenkins

Hey @Hannah, try changing the permissions using ...READ MORE

answered Oct 25, 2018 in Jenkins by krishti
56,050 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP