In SVN, is there a way to list files based on a commit message?
views:
46answers:
1
+1
A:
"svn log | grep ..." is probably the easiest way from the command line. TortoiseSVN can search in log messages directly.
JesperE
2009-04-25 11:28:05