|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

I don't think this is an issue any longer. I'm not sure when the functionality was introduced, but the clean option now says (plugin version 1.50 and Jenkins version 1.518):
"Jenkins will first remove all the unversioned/modified files/directories, as well as files/directories ignored by "svn:ignore", then execute "svn update". This emulates the fresh check out behaviour without the cost of full checkout."
So, the clean option now behaves as a "clean+revert" followed by an update. The only functionality missing now is a clean without a revert followed by an update. That should go in a separate ticket if truly desired.