Dears,
Question:
….how export the log out data (in same form) to a table file (like Excel for example)?
…in order to used ata for further treatment of data….like sort by author, date, etc…or mark for revisions
The problem exists in order to manage thousands of revised lines…
Thanks in advice
regards
Uros Ropret
Do you want just the log data (unversioned properties - date, log
message, author, what files were changed) or the diffs as well?
In either case, this is more appropriately done using the Subversion
command-line client & parsing the output of svn log (for your needs,
probably use the XML output, svn log --xml).
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2402043
To unsubscribe from this discussion, e-mail: [users-un...@tortoisesvn.tigris.org].
Open the log dialog, show all, hit Ctrl-A to select everything, hit
Ctrl-C to copy all entries to the clipboard.
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=2402172
Your solution doesn't work.
If selected from the Log Messages dialog and copied; the result when pasting is a text formatted file and the table format is lost.
It would be wonderful if this is implemented as an export type.
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2461123