Need to generate Commit Report on committing file using Tortoise SVN

263 views
Skip to first unread message

siddharth Goel

unread,
Jul 4, 2017, 9:49:10 AM7/4/17
to Stefan Küng, us...@tortoisesvn.tigris.org, d...@tortoisesvn.tigris.org
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

Thanks and Regards
Siddharth Goel

Stefan Küng

unread,
Jul 4, 2017, 2:27:28 PM7/4/17
to siddharth Goel, us...@tortoisesvn.tigris.org
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].

siddharth Goel

unread,
Jul 7, 2017, 7:29:36 AM7/7/17
to Stefan Küng, us...@tortoisesvn.tigris.org
Thanks Stefan, I was able to generate my Commit Report using your inputs.  

Regards,
Siddharth Goel
Mob No- 9944139393
Reply all
Reply to author
Forward
0 new messages