在我的 Subversion 项目中,我有几个目录,其中包含我的代码需要的其他开源项目。例如 ffmpeg、freetype、matrixssl 和其他一些。
更新 SVN 以保存这些项目之一的最新版本的最佳方法是什么?
本质上,我将执行以下操作(以 ffmpeg 为例):
1) Rename current ffmpeg folder to ffmpeg.old
2) Download new version of ffmpeg from net
3) Make sure it and my code compile and work fine together
4) Update subversion to now hold the "new" version of ffmpeg
5) Delete ffmpeg.old directory tree