[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Need to generate Commit Report on committing file using Tortoise SVN

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Tue, 4 Jul 2017 20:27:22 +0200

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-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2017-07-04 20:27:37 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.