Val Brown Posted November 8, 2011 Report Posted November 8, 2011 I have been using TSVN for a while and have found it very helpful. Currently I need to do an export of the repo log and that export needs to take the form of an ASCII dump of rev num, date, author, comment such that I can do some re-formatting and send it off as a report. I can't find any good references about how to actually do this. Anyone have any good suggestions? Time is of the essence here. Thanks in advance, val Quote
Yair Posted November 8, 2011 Report Posted November 8, 2011 I have no experience with something like this, so there may be better ways, but if you open the log window, you can select multiple revisions (using the Ctrl or Shift keys) and then right click and copy to the clipboard. I believe this copies all the relevant data to the clipboard, which you can then parse and re-format using LV. Quote
Ton Plomp Posted November 9, 2011 Report Posted November 9, 2011 Have you looked at the SVN Log command? TSVN is a GUI frontend for SVN, and SVN is more command line friendly. Ton Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.