How to store static content across branches in a single location in version control
Posted
by Shravan
on Stack Overflow
See other posts from Stack Overflow
or by Shravan
Published on 2010-05-18T06:58:12Z
Indexed on
2010/05/18
7:00 UTC
Read the original article
Hit count: 253
[Just a random thought]
I have a pdf doc that is downloaded when the user clicks on 'help' on my website. Now, this is a pretty huge document and is saved in version control (SVN) and is thus copied for all branches that exist in SVN. This is static content and something that developers are not working on, and does not change often. Is there a more efficient way to store it (that would not hamper local deployments) that would make SVN checkouts and updates relatively faster.
I know the benefit we get is not huge, this is something that came to my head none the less.
© Stack Overflow or respective owner