<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><DIV><DIV>On Aug 28, 2006, at 10:55 AM, Steve Lianoglou wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite"><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">You're going to need to install subversion and pull them from the SVN repository.</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><BR></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">You can find more details here:</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><BR></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="http://macromates.com/textmate/manual/bundles#getting_more_bundles">http://macromates.com/textmate/manual/bundles#getting_more_bundles</A></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><BR></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">-steve</DIV></BLOCKQUOTE><BR></DIV><DIV>Thanks Steve, but I'm not too familiar with the terminal. Not sure what to do here:</DIV><DIV><BR class="khtml-block-placeholder"></DIV><P style="margin: 0.0px 0.0px 14.0px 0.0px"><BLOCKQUOTE type="cite"><P style="margin: 0.0px 0.0px 14.0px 0.0px"><FONT class="Apple-style-span" face="Lucida Grande" size="4"><SPAN class="Apple-style-span" style="font-size: 14px;"><B>5.7.2 Setting </B></SPAN></FONT><FONT class="Apple-style-span" face="Courier" size="4"><SPAN class="Apple-style-span" style="font-size: 14px;"><B>LC_CTYPE</B></SPAN></FONT></P><P style="margin: 0.0px 0.0px 12.0px 0.0px"><FONT class="Apple-style-span" face="Lucida Grande">You must set the </FONT><FONT class="Apple-style-span" face="Courier">LC_CTYPE</FONT><FONT class="Apple-style-span" face="Lucida Grande"> variable to use UTF-8. If you do not, </FONT><FONT class="Apple-style-span" face="Courier">svn</FONT><FONT class="Apple-style-span" face="Lucida Grande"> will give you an </FONT><FONT class="Apple-style-span" face="Courier">svn: Can't recode string</FONT><FONT class="Apple-style-span" face="Lucida Grande"> error when it stumbles upon non-ASCII filenames (some of the bundle items use these).</FONT></P><P style="margin: 0.0px 0.0px 12.0px 0.0px"><FONT class="Apple-style-span" face="Lucida Grande">If you are using bash you should put this in your </FONT><FONT class="Apple-style-span" face="Courier">~/.bash_profile</FONT><FONT class="Apple-style-span" face="Lucida Grande"> (or a similar file which gets sourced when you open a terminal):</FONT></P><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; background-color: rgb(240, 240, 240); "><FONT class="Apple-style-span" face="Courier">export LC_CTYPE=en_US.UTF-8</FONT></DIV><P style="margin: 0.0px 0.0px 12.0px 0.0px"><FONT class="Apple-style-span" face="Lucida Grande">Users of zsh should put it in </FONT><FONT class="Apple-style-span" face="Courier">~/.zshrc</FONT><FONT class="Apple-style-span" face="Lucida Grande"> and tcsh users should instead put this line in their </FONT><FONT class="Apple-style-span" face="Courier">~/.tcshrc</FONT><FONT class="Apple-style-span" face="Lucida Grande">:</FONT></P><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; background-color: rgb(240, 240, 240); "><FONT class="Apple-style-span" face="Courier">setenv LC_CTYPE en_US.UTF-8</FONT></DIV><P style="margin: 0.0px 0.0px 12.0px 0.0px"><FONT class="Apple-style-span" face="Lucida Grande">Remember that after adding this, you need to start a new shell for the updated profile to take effect.</FONT></P><P style="margin: 0.0px 0.0px 12.0px 0.0px"><FONT class="Apple-style-span" face="Lucida Grande">Also be aware that the </FONT><FONT class="Apple-style-span" face="Courier">LC_ALL</FONT><FONT class="Apple-style-span" face="Lucida Grande"> environment variable takes precedence over </FONT><FONT class="Apple-style-span" face="Courier">LC_CTYPE</FONT><FONT class="Apple-style-span" face="Lucida Grande">, so if you have set this elsewhere you should either unset it or change that to use UTF-8.</FONT></P></BLOCKQUOTE>I downloaded the client (1.3.1) but 5.7.2 is where I'm stuck. I'm well out of my comfort zone in the terminal window.</P><P style="margin: 0.0px 0.0px 14.0px 0.0px"><BR>Josh<BR></P><P style="margin: 0.0px 0.0px 14.0px 0.0px"><BR class="khtml-block-placeholder"></P></BODY></HTML>