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

Re: [TSVN] Feature request - save log messages from show log dialog

From: Nathan Kidd <nathan-svn_at_spicycrypto.ca>
Date: 2005-04-13 19:38:08 CEST

Molle Bestefich wrote:
> Schmidt, Maik wrote:
>
>>I would like to have the possibility to save into a text file what the "show
>>log" dialogs shows me.
>
>
> Select the log entries with your mouse and Ctrl or Shift, then press
> Ctrl-Insert or Ctrl-C to copy the text. Paste it in an editor and
> save. Alternatively (if you're scripting), use the command line
> client 'svn log'. It's output is quite machine-readable...

Nifty. I'm still learning something new about tsvn every day.

I notice that the 1.1.5 release uses LF line endings when this text is
copied, so one must paste into something more capable than notepad.exe.
  I then tested the latest nightly (r3024) and found this partially
fixed: The lines for date, author, revnum, etc. have CRLF, but the
lines listing the paths that changed are still using LF.

To recap, a bug-fix request:

1. with latest r3024 nightly do a Show Log
2. select a revision with multiple changed paths
3. CTRL-C
4. Open notepad.exe and CTRL-V
5. Result: All info properly shown in separate lines EXCEPT the multiple
changed paths are concatenated in a single line with LF between.

Expected result: changed paths shown on separate lines

-Nathan

P.S. Will & Steve, TSVNCache in 1.2 is *sweet*. I'd forgotten how nice
instant feedback feels in Explorer, and look forward to testing it more
thoroughly soon.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Apr 13 19:40:07 2005

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

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