我有一个需要大量数据才能正常运行的项目。代码在 svn 上,但这些数据不在。现在我已经写入 REAME:
you need to download the data from http://... into share
for example:
wget http://... share/...
我想用svn自动化它。我希望当用户执行svn co svn+ssh://...
该 svn 时自动下载数据文件。有可能吗?
我有一个需要大量数据才能正常运行的项目。代码在 svn 上,但这些数据不在。现在我已经写入 REAME:
you need to download the data from http://... into share
for example:
wget http://... share/...
我想用svn自动化它。我希望当用户执行svn co svn+ssh://...
该 svn 时自动下载数据文件。有可能吗?