summaryrefslogtreecommitdiff
path: root/chef/lib/chef/provider/subversion.rb
Commit message (Expand)AuthorAgeFilesLines
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-214/+0
* Changed verbiage of the output of the why-run modePrajaktaPurohit2012-05-161-3/+3
* those providers who support whyrun must declare itMarc Paradise2012-05-111-0/+4
* whyrun for subversion providerMarc Paradise2012-05-041-22/+32
* parse `svn info` ourselves instead of using YAMLDaniel DeLeo2011-12-131-7/+10
* [CHEF-2092] guard against resource.action not returning an arrayDaniel DeLeo2011-04-181-1/+1
* Updating svn providerAdam Jacob2011-04-061-9/+12
* CHEF-2002, export and checkout commands should now be idempotent.Seth Chisamore2011-02-071-4/+29
* CHEF-2002, sync actions should be idempotentSeth Chisamore2011-02-011-2/+12
* rm whitespaceDaniel DeLeo2010-12-111-23/+23
* [CHEF-1930] check for the .svn directory instead of the target dirDaniel DeLeo2010-12-111-4/+4
* only run notifications if the last action updated the resourceDaniel DeLeo2010-09-281-4/+4
* [CHEF-1518] refactored action detection in subversion resource to avoid check...Tommy Bishop2010-08-271-9/+2
* always use --force and skip trying to determine the revision when exporting w...Tommy Bishop2010-08-271-5/+15
* add a svn_info_args parameter to the scm and deploy resourcesDaniel DeLeo2010-04-301-1/+1
* CHEF-807: correctly create err msg parsing svn infoDan DeLeo2009-12-191-1/+1
* Merge branch 'CHEF-629' of git://github.com/danielsdeleo/chef into danielsdel...Adam Jacob2009-11-301-3/+10
|\
| * export --force for subversion and svn deployDan DeLeo2009-11-261-3/+10
* | [CHEF-671] add group support to scm R & PDan DeLeo2009-11-261-0/+1
|/
* CHEF-640: Set resource.updated for git/svn resource.AJ Christensen2009-10-271-0/+3
* revision_slug method and revision_int cachingDan DeLeo2009-10-091-5/+12
* CHEF-526: Chef Deploy supportAJ Christensen2009-09-161-0/+138