I'm working on a project which (as usual) contains source code and many static resources like images and generated files (for UI and l10n).
By now, everything is versioned with Subversion, but I think there must be a better way to store the static and generated files and link them on project deployment.
So, in your opinion which option the best?
- Keep everything together.
- Set a different and more appropriate storage (and probably versioning system) for every different kind of file.
- ...