Is there a simple way to export the subversion logs to a CSV file?
I want to use them to approximate my hours spent on a project and doing so in an spreadsheet would be easy.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This short Python script will provide a CSV with your SVN log output:
It passes through command-line arguments to the underlying SVN call, so if you only want to see revision 34 and later, you can invoke it as follows: