Searching subversion history (full text)

前端 未结 16 1337
慢半拍i
慢半拍i 2020-11-29 16:29

Is there a way to perform a full text search of a subversion repository, including all the history?

For example, I\'ve written a feature that I used somewhere, but t

16条回答
  •  情深已故
    2020-11-29 17:05

    I usually do what Jack M says (use svn log --verbose) but I pipe to grep instead of less.

提交回复
热议问题