Alexandru Gheorghe edited a comment on Bug JENKINS-10222

Same issue as Damien Finck described we're encoutering with latest Jenkins version to this date: v1.602:

  1. subversion plugin: 2.5
  2. multiple repositories:
    • some fetched to different folders
    • the rest fetched to one folder
  3. each time there's a trigger (timed at 15 minutes) even if there are no changes polling takes place
  4. the checkout will delete files and add ones on the first poll of the first repository, then the second does the same; what is interesting is that in the end it will balance out and it'll work but each time the build is triggered it will fetch the files in the workspace
  5. at each 15 minutes a new build takes 11MB so that in a couple of days we got over 1GB of disk space occupied; not something wanted

Tried to append @HEAD at the URL but no luck:

https://url/svn/branch@HEAD
, it will indeed go to HEAD and poll there (unlike before where the revision was the date at which it was started) but still with "No changes" in the subversion polling log it still gets the files and checks out as if it goes back 1 revision and sees new changes.

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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to