Hi, all.
I've just installed GetBundles & it keeps failing. The log is telling me:
`sh: command not found git`
But in Shell Variables in Preferences I have `TM_GIT /usr/local/git/bin/git`
& it's also set in my .bash_profile. The Git bundle works fine & recognises my projects in TxMt & git also works fine from the CLI.
Puzzled...
Cheers,
Phil...
On 24 Nov 2011, at 13:12, Phil Dobbin wrote:
Hi, all.
I've just installed GetBundles & it keeps failing. The log is telling me:
`sh: command not found git`
Hi Phil,
this is really weird since GetBundles doesn't install a TM bundle by using `git` instead it downloads the tar-ball archive from github. Do you really use GetBundles version 1.4 (first line in GetBundles' log window)?
Cheers, --Hans
On 24/11/11 12:36, "Hans-Jörg Bibiko" bibiko@eva.mpg.de wrote:
On 24 Nov 2011, at 13:12, Phil Dobbin wrote:
I've just installed GetBundles & it keeps failing. The log is telling me:
`sh: command not found git`
this is really weird since GetBundles doesn't install a TM bundle by using `git` instead it downloads the tar-ball archive from github. Do you really use GetBundles version 1.4 (first line in GetBundles' log window)?
Hi, Hans.
It is indeed v. 1.4 which I grabbed from <svn co http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle/%3E
Cheers,
Phil...
On 24/11/11 12:51, "Phil Dobbin" phildobbin@gmail.com wrote:
It is indeed v. 1.4 which I grabbed from <svn co http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle/%3E
Apropos of this thread after renaming /Library/Application\ Support/TextMate/Support/ I attempted to run "Update Support Folder" whereupon this error message was found in the log file:
`11/24/2011 13:29:57 TextMate[GetBundles] User interaction was ignored. GetBundles is busy Updating TextMate's ³Support Folder²
error reaching server error reaching server
11/24/2011 13:29:57 TextMate[GetBundles] Fatal error while retrieving data from DIALOG.
error reaching server error reaching server error reaching server`
I tried several times over the space of half-an-hour or so...
Cheers,
Phil...
Re `git not found`: Could it be that you try to update a bundle which is under git control? First, this is not allowed since GetBundles installs it via tarball. If so, then I have to ask for TM_GIT in beforehand which I missed, but actually you should get the prompt saying "Please use git for updating". Hmm.
On 24 Nov 2011, at 14:36, Phil Dobbin wrote:
Apropos of this thread after renaming /Library/Application\ Support/TextMate/Support/ I attempted to run "Update Support Folder" whereupon this error message was found in the log file:
Hmm, could you please send me the output of TM main menu > Bundles > GetBundles > Help - Requirements "Check Requirements" ?
Best, --Hans
On 24/11/11 14:54, "Hans-Jörg Bibiko" bibiko@eva.mpg.de wrote:
Re `git not found`: Could it be that you try to update a bundle which is under git control? First, this is not allowed since GetBundles installs it via tarball. If so, then I have to ask for TM_GIT in beforehand which I missed, but actually you should get the prompt saying "Please use git for updating".
I was trying an initial install of `CakePHP.bundle` which I did install in the end via git at GitHub.
On 24 Nov 2011, at 14:36, Phil Dobbin wrote:
Apropos of this thread after renaming /Library/Application\ Support/TextMate/Support/ I attempted to run "Update Support Folder" whereupon this error message was found in the log file:
Hmm, could you please send me the output of TM main menu > Bundles > GetBundles > Help - Requirements "Check Requirements" ?
The output of `check requirements` is:
=====================================================================
³svn² client found in: /usr/bin/svn svn, version 1.6.16 (r1073529)
³TM_SVN² set to:
³unzip² found in: /usr/bin/unzip
³tar² found in: /usr/bin/tar
³ruby²: ruby 1.8.7 (2011-06-30 patchlevel 352) [i686-darwin10]
³ping textmate.org²: PING textmate.org (178.79.137.125): 56 data bytes 64 bytes from 178.79.137.125: icmp_seq=0 ttl=50 time=22.886 ms
³ping github²: PING github.com (207.97.227.239): 56 data bytes 64 bytes from 207.97.227.239: icmp_seq=0 ttl=47 time=94.039 ms
=====================================================================
HTH,
Cheers,
Phil...
It seems the Support Folder was created at:
~/Library/Application Support/TextMate/Pristine Copy/Support
& TM's Support Path is now:
TM_SUPPORT_PATH: /Applications/TextMate.app/Contents/SharedSupport/Support ( version: 11966 )
HTH,
Cheers,
Phil...
On 24 Nov 2011, at 17:06, Phil Dobbin wrote:
It seems the Support Folder was created at:
~/Library/Application Support/TextMate/Pristine Copy/Support
& TM's Support Path is now:
TM_SUPPORT_PATH: /Applications/TextMate.app/Contents/SharedSupport/Support ( version: 11966 )
This is correct since GetBundles and TM resp. work with ~/Library/Application Support/TextMate/Pristine Copy/ if present.
--H
On 24/11/11 17:33, "Hans-Jörg Bibiko" bibiko@eva.mpg.de wrote:
On 24 Nov 2011, at 17:06, Phil Dobbin wrote:
It seems the Support Folder was created at:
~/Library/Application Support/TextMate/Pristine Copy/Support
& TM's Support Path is now:
TM_SUPPORT_PATH: /Applications/TextMate.app/Contents/SharedSupport/Support ( version: 11966 )
This is correct since GetBundles and TM resp. work with ~/Library/Application Support/TextMate/Pristine Copy/ if present.
O.K. I was just sure that when I opened the log in vim for the first time I was instructed to rename/delete `/Library/Application\ Support/TextMate/Support dir` & therefore was somewhat confused when I got the server error message & didn't know the location of the new Support Folder. Now I understand the process.
Cheers,
Phil...
On 24/11/11 12:12, "Phil Dobbin" phildobbin@gmail.com wrote:
I've just installed GetBundles & it keeps failing. The log is telling me:
`sh: command not found git`
But in Shell Variables in Preferences I have `TM_GIT /usr/local/git/bin/git`
& it's also set in my .bash_profile. The Git bundle works fine & recognises my projects in TxMt & git also works fine from the CLI.
FWIW, I installed the GitHub Bundle via git & again got the dreaded:
` 'sh: line 1: git: command not found'`
This, however, is solved by unchecking the default PATH variable (/usr/bin:/usr/sbin/etc) in Shell Variables in Preferences.
GetBundles now no longer throws ` 'sh: line 1: git: command not found'` in the log just says installing then nothing. & nothing is installed.
Cheers,
Phil...