Jeff-Lewis / smarty-php

Automatically exported from code.google.com/p/smarty-php
0 stars 0 forks source link

.svn directory should not be in smarty/smarty directory for 3.1.14 #144

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. add smarty to composer.json
2. composer install
3. Note the improper existence of .svn directory in vendor/smarty/smarty

What is the expected output? What do you see instead?

.svn directory should not be in the smarty tarball

What version of the product are you using? On what operating system?

3.1.14 on Gentoo Linux

Please provide any additional information below.

This is a pain because I need to delete this directory to add the smarty 
dependency to my svn repository because it thinks it's already versioned when 
it's not.

Original issue reported on code.google.com by matt...@gmail.com on 11 Jul 2013 at 8:59

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
It seems like packagists smarty/smarty entirely ignores the dist repository, 
even when you use --prefer-dist. This is still an issue with v3.1.18. I had to 
add the dist repository manually to my project composer.json to get it 
downloading the zip file without .svn directory instead of using an svn 
checkout.

The composer.json file at 
http://smarty-php.googlecode.com/svn/trunk/composer.json seems to be ok, but 
somehow packagist doesn't provide the dist repository. Also the source 
installation doesn't contain the contents of the distribution directory, but 
the directory above it (including development, distribution and documentation). 
Because of this, I'm starting to believe that packagist smarty/smarty is 
configured to use another source or composer.json than the one in the svn trunk 
folder. Could this be true?

Original comment by guidovan...@gmail.com on 22 Jun 2014 at 11:27

GoogleCodeExporter commented 9 years ago
This issue is closed as Smarty is now on github 

Original comment by Uwe.Tews@googlemail.com on 20 May 2015 at 2:35