How to have TortoiseSVN always freeze svn:externals for tags

前端 未结 8 1503
春和景丽
春和景丽 2021-02-04 03:06

Is this possible with tortoiseSVN?:

Always freeze svn:externals for tags

the scenario is our trunk will always use the \'HEAD\' revision for externa

8条回答
  •  旧巷少年郎
    2021-02-04 03:36

    Update

    Thanks to everyone for your feedback/info.

    Since I could not find anything that would completely meet our needs (tried smartsvn and svncopy.pl) I made a console app that so far has passed all our test cases.

    A high level overview: The app takes a repository URL then looks for all externals and adds the last commit revision for them - I do a "svn info" and get the "commit revision".

    The app works with both folder and single file externals.

    Here is the source code and complete setup files: http://svnxf.codeplex.com/

提交回复
热议问题