[tags]symfony, subversion[/tags]
There’s some tricks you can do to running a symfony project with subversion:
Ignoring files in cache/ and log/
The first thing you can do (and this is well documented in the askeet tutorial) is ignore files in cache/ and log/. These files are specific to each instance of your app and don’t contain anything [...]


