I'm attempting to generate an SVN log file through TortoiseSVN, if that is even possible.
I would use the command line
svn log --verbose --xml
but this won't work since it is a remote repo and I can't define a username/password for it (gets ignored by svn)
Is there an equivalent log file generator for TortoiseSVN?
Thanks