Skip Menu |

This queue is for tickets about the App-SVN-Bisect CPAN distribution.

Report information
The Basics
Id: 56963
Status: resolved
Priority: 0/
Queue: App-SVN-Bisect

People
Owner: INFINOID [...] cpan.org
Requestors: CASIANO [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 1.0
Fixed in: (no value)



Subject: App::SVN::Bisect and LC_MESSAGES
Dear Mark, Many thanks for your module App::SVN::Bisect. I liked it very much. It is great. The script produces an error "Cannot find current revision of checkout..." when used in a working copy in a computer whose locales are set to other language than English. See below: ********************* $ svn checkout svn+ssh://banot/home/casiano/repository/ejemplo/trunk A trunk/t A trunk/t/SVN-Example.t A trunk/MANIFEST A trunk/lib A trunk/lib/SVN A trunk/lib/SVN/Example.pm A trunk/Makefile.PL A trunk/Changes A trunk/README RevisiĆ³n obtenida: 29 $ cd trunk/ $ svn-bisect start Cannot find current revision of checkout. at /usr/local/share/perl/5.10.0/App/SVN/Bisect.pm line 715. $ *************************** The problem is easily managed by setting the LC_MESSAGES variable to "C": ************************* $ export LC_MESSAGES=C $ svn-bisect start $ svn-bisect before 0 $ svn-bisect after There are 4 revs left in the pool. Choosing r9. $ ***************************** It will be good if you set the variable at the beginning of the process to avoid the need of manually setting the variable. ************* $ENV{LC_MESSAGES} = "C"; ************** Thanks again for this module. Best wishes Casiano
On Tue Apr 27 04:19:09 2010, CASIANO wrote: Show quoted text
> $ENV{LC_MESSAGES} = "C";
Patch applied, it will be in the next release. Thanks! http://github.com/Infinoid/svn-bisect/commit/703fb0f0ad028209cc909dc8cfd86498b4d8c1bc
I just uploaded svn-bisect 1.1 to CPAN which contains this fix.