On 09-09-2005 17:23, Jim Woolum wrote:
Question from a Terminal newbie ... is there a way to automatically execute the three commands I use for the subversion checkout?
(Namely these three:
cd /Library/Application\ Support/TextMate
export LC_CTYPE=en_US.UTF-8
svn --username anon --password anon co http://macromates.com/svn/Bundles/trunk ./
You do realize that once you've done an initial checkout you can just do "svn up" ? (Or use TextMate's subversion bundle to do that for you) Jeroen.