Has something changed with the Subversion repository for bundles? I'm getting encoding errors:
jupiter:/Library/Application Support/TextMate trevor$ svn up svn: Can't convert string from native encoding to 'UTF-8': svn: Paste Line : Selection to IRC?\226?\128?\166 (CakePHP Paste).plist jupiter:/Library/Application Support/TextMate trevor$ cd Bundles/ Subversion.tmbundle/ jupiter:/Library/Application Support/TextMate/Bundles/ Subversion.tmbundle trevor$ svn up svn: Can't convert string from native encoding to 'UTF-8': svn: Diff Revisions?\226?\128?\166.plist
Any suggestions on how to fix this? Thanks,
Trevor
On May 19, 2006, at 2:13 PM, Trevor Harmon wrote:
Has something changed with the Subversion repository for bundles? I'm getting encoding errors...
Do you have the LC_CTYPE variable set? It should be set to "en_US.UTF-8". See <http://macromates.com/textmate/manual/ bundles#getting_more_bundles>.
-- Christopher Biagini http://assortedgeekery.com/ puevf.ovntvav@tznvy.pbz (Rot13 to descramble)
On May 19, 2006, at 11:26 AM, Christopher Biagini wrote:
On May 19, 2006, at 2:13 PM, Trevor Harmon wrote:
Has something changed with the Subversion repository for bundles? I'm getting encoding errors...
Do you have the LC_CTYPE variable set? It should be set to "en_US.UTF-8". See <http://macromates.com/textmate/manual/ bundles#getting_more_bundles>.
That was the fix; thanks. I just wish I knew why things suddenly changed for me. I never had to set LC_CTYPE when doing updates of the bundles before...
Trevor