in reply to Re^2: Find svn log revisions with log message matching a given string
in thread Find svn log revisions with log message matching a given string
Thanks for the response, but I tried with double quotes and I am getting following error.
Backslash found where operator expected at -e line 1, near "$r\" (Missing operator before \?) Can't use an undefined value as a symbol reference at -e line 1, <> chunk 1.C:\Users\HP>svn log --limit 10 https://mySVN | perl -ne 'BEGIN{$/="-"x +72; $re = shift} print"$r\n"if((($r) =split)&&/$re/)' 2.5996485
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Find svn log revisions with log message matching a given string
by Anonymous Monk on May 21, 2014 at 03:51 UTC | |
by choroba (Cardinal) on May 21, 2014 at 08:53 UTC | |
by Anonymous Monk on Mar 10, 2015 at 21:22 UTC | |
by choroba (Cardinal) on Mar 11, 2015 at 08:57 UTC |