How to export changed files between two SVN revisions

前端 未结 6 1044
旧时难觅i
旧时难觅i 2021-02-09 00:57

How can I export changed files in SVN that have changed between two revisions. I need a solution either via command line or by using any scripts (with proper folder structure).

6条回答
  •  我在风中等你
    2021-02-09 01:26

    If I understand your question properly, you are not interested in a global patch between revisions. In this case, you need to export each revision in a separate directory, then use a tool like Beyond Compare (or anything equivalent like WinMerge) to identify modified files.

    But, if your build directory is under version control, then you would be better off creating a patch and apply it on it.

提交回复
热议问题