I have the same requirement as asked in the question List all files changed by a particular user in subversion.
I want to display all the changes made by a particular user in SVN (by date)using windows command prompt, so that we can include it in a batch file.
Are there any ways to do it?
If you have and can use Powershell :
In a batch file you can do like:
Tools like
grep,findstr( common on Windows ) can also be used. ALso, evensedas mentioned in the answer that you have linked to, is available for windows ( throughMsysfor example – http://www.mingw.org/wiki/msys )