I am new to svn. I want to know how to display revision changes checked in between two dates.
I have used this command
svn log -r {2013-11-10}:{2014-01-01} url
It shows me correct output. But I want to display only revision numbers not log messages. I want output like this
r2077
r2078
r2079
...
grep? a good solution for you?