Subversion update externals to a date

前端 未结 12 1374
無奈伤痛
無奈伤痛 2020-12-12 21:04

I\'m working on a large, established project under SVN control. Many parts of the code base are being checked out as externals, but are being actively worked on by other peo

12条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-12 21:35

    As I have recently had a similar problem, I wrote a little script to checkout a repository at a specific revision while also checking out the externals at the date of that revision: https://gist.github.com/3413952

    Useful if you need to find the source of a bug and want to have something similar to git's bisect feature.

提交回复
热议问题