0

I upgraded from Mac OS X 10.4.11 to 10.6.3. I am using TextMate in both versions and as far as I know, both TextMates have the same settings, although they are different versions.

In my old Mac TextMate's SVN bundle works perfectly. In my new Mac, SVN bundle does not pull up the commit window when it is invoked (Ctrl-Shift-A, Commit)

What could be wrong with my configuration?

TRiG
  • 10,148
  • 7
  • 57
  • 107
uji
  • 1,603
  • 3
  • 12
  • 12

1 Answers1

0

Try to track down which part of your tool chain is failing. Open a 'terminal' and check whether subversion is working from the command line. If subversion works fine, TextMate might have a configuration issue. You may check this SO post as well.

Community
  • 1
  • 1
zellus
  • 9,617
  • 5
  • 39
  • 56
  • yah ive tracked evreything down, everything's in the right place. svn is working only the commit window does not show up. – uji Nov 04 '10 at 23:29