zcxv / svntask

Automatically exported from code.google.com/p/svntask
Apache License 2.0
0 stars 0 forks source link

Feature Request: Configurable DateFormat in Info command #30

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

Thanks for the simple and very cool svn tasks :-)
I've added a new property called "committedDateFormatPattern" to the Info svn 
command. Now, I can use it like:

<info
    path="." 
    committedRevisionProperty="revisionVersion"
    authorProperty="revisionAuthor"
    committedDateProperty="revisionDate"
    committedDateFormatPattern="yyyy-MM-dd hh:mm:ss"
/>

Maybe you want to add this to the trunk (see patch).
Sorry for the formatting problems :-(

Cheers,

Martin

Original issue reported on code.google.com by martin.b...@googlemail.com on 8 Aug 2011 at 12:02

Attachments: