简体   繁体   中英

SVN log file and TortoiseSVN

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

Tortoise displays the log by the command:
right-click/TortoiseSVN/Show Log

But I'm not sure what you mean by "this won't work since it is a remote repo and I can't define a username/password for it". SVN accepts username and password parameters:

svn log --verbose --xml --username <user> --password <password>

Right click on the project -> Show log -> Statistics

It shows 4 types of charts. This with SVN 1.7

在此输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM