I want to retrieve a list of the files that has been added or deleted from our Subversion repository over, for example, the last month.
I'd prefer to have the file names, and not just a count.
Is this possible from the Subversion command line, or would I need to use a script to trawl the log?
I don't think you can do it with just the command-line tools, but outputting it with an XML format and doing some grepping or filtering would probably give you what you want.
Try this for a start:
svn log -v --xml | grep 'action="[A|D]"'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With