SVN export just the changed files from tags

前端 未结 6 924
挽巷
挽巷 2021-02-09 20:23

Does anyone know how to export only the changed files from two tags using svn?

Lets say I have tag 1.0 and then later fix bugs in the trunk. Next I am ready for a new

6条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-09 20:51

    1. Using TortoiseSVN, right-click on your working folder and select “Show Log” from the TortoiseSVN menu.

    2. Click the revision that was last published (#85 in this example)

    3. Ctrl+Click the HEAD revision (or whatever revision you want to release ie #178) so that both the old and the new revisions are highlighted.

    4. Right-click on either of the highlighted revisions and select “Compare revisions.” This will open a dialog window that lists all new/modified files.

    5. Select all files from this list (Ctrl+a) then right-click on the highlighted files and select “Export selection to…”

    Source: http://www.verysimple.com/blog/2007/09/06/using-tortoisesvn-to-export-only-newmodified-files/

提交回复
热议问题