I'm currently developing a bundle with Symfony 2. Because I'm using windows, I have to use the command: php app/console assets:install web for getting hard copies of my JS and CSS Files into the web folder.
But everytime I do that, it has Problems with my Suberversion which leads in an IOException
[Symfony\COmponent\Filesystem\Exception\IOException]
Failed to remove file web/bundles/framework\images\.svn\text-base\open_quote.gif.svn-base
I did google after Problems with SVN and Symfony but only found this which is not really helping me.
The only way i can use the described command now is deleting the old folders, check in changes, run command, check in again. This isn't the way I want to do this. Is there any other solution?
asset:installcommand. – Neysor Feb 1 at 23:17