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