I have an svn working directory of all our in-house cookbooks as well as a Berksfile that does a cookbook for each directory it finds (with a metadata.rb file). When I do a vagrant up, the resulting berkshelf is including the .svn directories for all the locally sourced cookbooks. This creates a problem when I do a reload or halt / up as I start getting file permission problems on the .svn folder files.
I'm on Windows7 with ChefDK 0.3.5, berkshelf 3.2.1, vagrant 1.7.1 and vagrant-berkshelf 4.0.2.
I believe I have /.svn/ in the chefignore file but I don't think that applies to this.
I have an svn working directory of all our in-house cookbooks as well as a Berksfile that does a cookbook for each directory it finds (with a metadata.rb file). When I do a vagrant up, the resulting berkshelf is including the .svn directories for all the locally sourced cookbooks. This creates a problem when I do a reload or halt / up as I start getting file permission problems on the .svn folder files.
I'm on Windows7 with ChefDK 0.3.5, berkshelf 3.2.1, vagrant 1.7.1 and vagrant-berkshelf 4.0.2. I believe I have /.svn/ in the chefignore file but I don't think that applies to this.