We have recently installed new version of Jenkins, going from 1.638 to more recent 2.346.1. We didn't update, but went for a completely fresh installation.
We use Subversion Plug-in 2.15.5
It checks out code without any issues so far. What we though noticed when unit tests started suddenly failing, is that when code is checked out, folder .svn is added into each subfolder in code folder. This breaks some of our tests. How do we make Jenkins or this plugin check out code with a single .svn folder in root folder?
Thanks a lot
Subversion plugin uses SVNKit client inside Jenkins, and SVNKit emulates older (1.6-style) working copy behavior by default.
Under Jenkins Configuration - Subversion format can be changed to 1.8. In that case no more .svn folders are created