I tried exporting the SVN History log in Ubuntu machine using the following command and it worked fine. I used Rabbit SVN.
svn log -v --xml SVNPATH > /home/admin/Desktop/XXX.xml
I need to do the same in the windows machine also and am using tortoise SVN. Can anyone help me on this.
You cannot do this with TortoiseSVN.
You can automate Tortoise to get the logdialog or other stuff (for details look here), but you cannot export the log into XML.
You need the commandline to do this(which you do not need to install, you can use a portable).