On 04.07.2017 15:48, siddharth Goel wrote:
> Hi all,
>
> I am using /Commit command under Section 'Appendix D. Automating
> TortoiseSVN'. Its working fine as expected.
>
> Once I press OK to commit, the below screen appears displaying the
> *details of the modules* which gets committed along with their *Revision
> Number*.
>
> Now *my requirement* is that, when I *'Commit'*, *the below data
> should be saved in text file*(available in my local directory) specified
> by me. *This text file would serve me as a Commit Report.*
>
> Inline image 1
>
> It would be helpful if this Report follows certain structure so that I
> could edit and add custom fields as per my requirements through a C#
> program.The Progress dialog showing a commit in progress
Settings dialog->Saved Data->Action Log, click the "Show" button and
you'll get the log file.
If you need more data for automation, I recommend to use the command
line client. You could call "svn log" to get your commits, and with "svn
log --xml" you'll get the data in xml format.
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest interface to (Sub)version control
/_/ \_\
http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3257112
To unsubscribe from this discussion, e-mail: [
users-un...@tortoisesvn.tigris.org].