views:

46

answers:

1

In SVN, is there a way to list files based on a commit message?

+1  A: 

"svn log | grep ..." is probably the easiest way from the command line. TortoiseSVN can search in log messages directly.

JesperE