History of changes to a particular line of code in Subversion

前端 未结 11 2036
轮回少年
轮回少年 2020-12-02 22:05

Is it possible to see the history of changes to a particular line of code in a Subversion repository?

I\'d like, for instance, to be able to see when a particular st

11条回答
  •  北海茫月
    2020-12-02 22:42

    svn blame shows you which checkin modified any line in a file the last time.

    This works on old revisions too.

提交回复
热议问题