How to exchange the svn log into a xml/txt file
- by Eric
When i run "svn log ....... --xml", it just also dislpay in the console.
Is there a way and how to copy that log in other xml/txt file?
Because then i want use java to put those data in database.