I've a project that need very huge amount of data to run properly. The code is on svn, but these data are not. Now I've written into the REAME:
you need to download the data from http://... into share
for example:
wget http://... share/...
I want to automatize it with svn. I want when a user does svn co svn+ssh://...
that svn automatically download the data file. Is it possibile?