在我的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
Peter Parker.. 11
你可以看看svnbook谈论供应商分支.这正是您尝试完成的任务
您可以使用svn_load_dirs.pl替换手动步骤1-5.svn_load_dirs.pl还将跟踪新的,移动或删除的文件.
你可以看看svnbook谈论供应商分支.这正是您尝试完成的任务
您可以使用svn_load_dirs.pl替换手动步骤1-5.svn_load_dirs.pl还将跟踪新的,移动或删除的文件.