On Feb 22, 2011, at 01:27, Thomas STEININGER wrote:

> Ok - you mean that i start a script that iterates over all files and within 
> over all revisions of the repository 
> and execute on it your command. 

No, just iterate over all revisions. As you've said before and again below, 
you're not going to be modifying any of the files in your repository, just the 
log messages of each revision.

> But you say 'and converts that file (in-place) from latin1 to utf8' and i 
> have no problem with the file-contents itself. 
> The files have correct contents - including  mutated vowel. 

The file he's talking about here is a file that will (temporarily) contain the 
log message of each revision as the script runs.

> My Problem is in the logs. 
> The log-messages (commit-comments) have  mutated vowel  and if i try to show 
> the log-comments of some file with Tortoisesvn or Eclipse-subversive with 
> JavaHL-Connector 
> i have a error and see nothing. 
> 
> So i must correct the checkin-comments. 
> 
> How can i get this done? 
> 
> Or does i have misunderstood your trick?


Reply via email to