I admit it: I have not really understood what changed in the subversion bundle, as I am getting bugs in two places:
* Log on a file produces:
No Match mhh, something with with the regex or svn must be wrong. this should never happen. last line: Geänderte Pfade: please bug-report.
* Blame on a file produces:
No Match mhh, something with with the regex or svn must be wrong. this should never happen. last line: 11 dekay 2006-01-21 21:07:26 +0100 (Sa, 21 Jan 2006) %!TEX root = ../ Doktorarbeit.tex please bug-report.
I suppose this is because of some parsing of the svn output that doesn't escape the contents of the output - and since Latex likes the use of % and \ this could cause problems?
* View revision… of a file produces an untitled document (it would be nice to have a complete filename with the revision in it?)
Dan
Daniel Käsmayr wrote:
- Log on a file produces:
No Match mhh, something with with the regex or svn must be wrong. this should never happen. last line: Geänderte Pfade: please bug-report.
- Blame on a file produces:
No Match mhh, something with with the regex or svn must be wrong. this should never happen. last line: 11 dekay 2006-01-21 21:07:26 +0100 (Sa, 21 Jan 2006) %!TEX root = ../ Doktorarbeit.tex please bug-report.
This 2 are errors happened because your subversion printed a localized date (Sa). The original parser just did knew about week days consisting of 3 letters. The other error was also a localization problem, the 'Geänderte Pfade:' line did not match the 'Changed paths:' pattern that was expected.
In revision 4171 of the bundles I tried to fix this 2 things to be a bit more flexible for localized stuff and I hope it works.
Please let me know if the new stuff works or throws errors or does other funky stuff to tweak it a bit if its needed.
Torsten,
Blame seems to work in some files, but not all:
No Match
mhh, something with with the regex or svn must be wrong. this should never happen. last line: 82 dekay 2006-03-10 15:16:13 +0100 (Fr, 10 Mär 2006) please bug-report.
No Match
mhh, something with with the regex or svn must be wrong. this should never happen. last line: 109 dekay 2006-03-29 20:07:32 +0200 (Mi, 29 Mär 2006) \chapter{Ergebnisse} please bug-report.
but Log still gives me errors everywhere:
No Match
mhh, something with with the regex or svn must be wrong. this should never happen. last line: Geänderte Pfade: please bug-report.
Do you need any of the corresponding commandline outputs for debugging?
Thanks for your help,
Daniel
PS: And now I am starting to see the beauty in the GUI for this bundle ;)