puppet-vcsrepo/lib/puppet/provider
James Turnbull 4a89ed4d3b Fixed Bug #9219 - vcsrepo updates too often
If vcsrepo is used with ensure => latest to keep something from a larger repository checked out it will trigger an update every time something changes anywhere in the repository, not just in the part that’s actually checked out.

In combination with a busy development team and a vcsrepo resource with notify => Service[foo] this means frequent restarts of a service for no good reason.

The attached patch solves the issue by looking at the “Last Changed Rev” line from svn info instead of “Revision”.

Patch thanks to: Knut Arne Bjørndal
2011-08-29 01:15:51 -07:00
..
vcsrepo Fixed Bug #9219 - vcsrepo updates too often 2011-08-29 01:15:51 -07:00
vcsrepo.rb new features for vcsrepo. 2010-09-13 16:32:26 -07:00