I've recently switched to 1.5, mostly because of sparse checkouts. I just spotted every-time I commit something Subversion bundle shows "unknown revision committed" in the title, which is obviously because now "svn" command has Polish (my native language) locale and doesn't output "Commited revision XX." but the text in Polish.
I'd suggest to set "LANG=en_US" environment variable before launching any command that matches the output text in English or when running command line directly use "LANG=en_US svn" instead of just "svn". This suggestion should go also to all other bundle creators that use similar methods.
Best regards,
On 2 Oct 2008, at 12:10, Adam Strzelecki wrote:
[...] I'd suggest to set "LANG=en_US" environment variable before launching any command that matches the output text in English or when running command line directly use "LANG=en_US svn" instead of just "svn".
Great idea, not sure why we didn’t consider this :)
That said, Luke Daley is reworking the Subversion bundle and are using the --xml option for all the commands which support it, so l18n should (hopefully) no longer be a problem.
While it is still work in progress, it would be great to have a tester that does not use English as the default language, so if you’d be willing to run WIP code then you can svn switch to http://macromates.com/svn/Bundles/branches/Subversion%20(Interactive%20Input...
While it is still work in progress, it would be great to have a tester that does not use English as the default language, so if you’d be willing to run WIP code then you can svn switch to http://macromates.com/svn/Bundles/branches/Subversion%20(Interactive%20Input...
Are you sure this bundle is suppose to work with latest TM cutting edge 1.5.7 (1464)? Support/bin/tmsvn.rb is doing: require ENV['TM_SUPPORT_PATH'] + '/lib/tm/process'
But there's nowhere lib/tm/process.rb at least not in my /Applications/ TextMate.app/Contents/SharedSupport/Support
Anyway trying to open any interface of mentioned bundle have no effect at all.
Regards,
On 03/10/2008, at 9:36 PM, Adam Strzelecki wrote:
Are you sure this bundle is suppose to work with latest TM cutting edge 1.5.7 (1464)? Support/bin/tmsvn.rb is doing: require ENV['TM_SUPPORT_PATH'] + '/lib/tm/process'
But there's nowhere lib/tm/process.rb at least not in my / Applications/ TextMate.app/Contents/SharedSupport/Support
Anyway trying to open any interface of mentioned bundle have no effect at all.
You will need to install the latest version of the support folder.
http://manual.macromates.com/en/bundles#getting_more_bundles
See section 5.7.4
--
LD.