| jenkins Version: 2.16 SVN plugin Version: 2.6 Actually, this is still an issue: "Emulate clean checkout by first deleting unversioned/ignored files, then 'svn update'" does just what is says. It does NOT remove (as the description wrongly suggests!) nor revert modified versioned files (as I would have expected). whereas "Use 'svn update' as much as possible, with 'svn revert' before update" does NOT remove all unversioned files, apparently just the ones svn:ignore'd. So a combination of both options is still missing. Currently I have to perform a costly clean checkout to prepare for a clean build. |