Reputation: 31
I have downloaded the svn repository of Atunes using TortoiseSVN. I would like to transfer the logs of activity of the developers to a SQL database, preferably an Oracle one. Is there any software that can help me do this?
Upvotes: 3
Views: 319
Reputation: 6440
You could do this:
svn log http://myrepo/etc --xml
to get an XML output.Upvotes: 4