Howdy -
More newbie questions. Just from a different one this time. I keep getting variations on the following
tm_dialog: you have updated the tm_dialog tool to v7 but the Dialog plug-in running is still at v5. tm_dialog: either checkout the PlugIns folder from the repository or remove your checkout of the Support folder. tm_dialog: if you did checkout the PlugIns folder, you need to relaunch TextMate to load the new plug-in. /Users/pedrud/Library/Application Support/TextMate/Support/lib/ dialog.rb:127:in `load': Cannot parse a NULL or zero-length data (PropertyListError) from /Users/pedrud/Library/Application Support/TextMate/Support/lib/ dialog.rb:127:in `menu' from /Applications/TextMate/TextMate.app/Contents/SharedSupport/ Bundles/Blogging.tmbundle/Support/lib/blogging.rb:603:in `choose_blog_endpoint' from /tmp/temp_textmate.OrBy4u:3
I believe that the clue is in the first line, however, how do I update the dialog plug-in to v7? Thanks in advance for any help.
Peder
Yes, I am using build 1349. Any other suggestions?
Thanks.
On 4 Jan, 2007, at 23:49 , Steven W. Riggins wrote:
Have you tried Preferences->Software Update->Watch For: Cutting-Edge?
On Jan 4, 2007, at 11:47 PM, foodfarmfuture@gmail.com wrote:
I believe that the clue is in the first line, however, how do I update the dialog plug-in to v7? Thanks in advance for any help.
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
http://comox.textdrive.com/pipermail/textmate/2006-December/016276.html
cd /Library/Application\ Support/TextMate and then svn co http://macromates.com/svn/Bundles/trunk/PlugIns (if asked for name/pass: anon/anon)
if you've previously checked out the plugins, you can do an svn up Plugins from /Library/Application\ Support/TextMate
Brett
On Jan 5, 2007, at 1:57 AM, foodfarmfuture@gmail.com wrote:
Yes, I am using build 1349. Any other suggestions?
Thanks.
On 4 Jan, 2007, at 23:49 , Steven W. Riggins wrote:
Have you tried Preferences->Software Update->Watch For: Cutting-Edge?
On Jan 4, 2007, at 11:47 PM, foodfarmfuture@gmail.com wrote:
I believe that the clue is in the first line, however, how do I update the dialog plug-in to v7? Thanks in advance for any help.
_ For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
This goes to show my inexperience, but I don't have subversion installed so I can't run the command. How do install it? Additionally, is there any info in the wiki or elsewhere about how to use the terminal from TM?
Thanks a bunch.
Peder
On 5 Jan, 2007, at 6:28 , Brett Terpstra wrote:
http://comox.textdrive.com/pipermail/textmate/2006-December/ 016276.html
cd /Library/Application\ Support/TextMate and then svn co http://macromates.com/svn/Bundles/trunk/PlugIns (if asked for name/pass: anon/anon)
if you've previously checked out the plugins, you can do an svn up Plugins from /Library/Application\ Support/TextMate
Brett
On Jan 5, 2007, at 1:57 AM, foodfarmfuture@gmail.com wrote:
Yes, I am using build 1349. Any other suggestions?
Thanks.
On 4 Jan, 2007, at 23:49 , Steven W. Riggins wrote:
Have you tried Preferences->Software Update->Watch For: Cutting- Edge?
On Jan 4, 2007, at 11:47 PM, foodfarmfuture@gmail.com wrote:
I believe that the clue is in the first line, however, how do I update the dialog plug-in to v7? Thanks in advance for any help.
__ For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
_ For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
This goes to show my inexperience, but I don't have subversion installed so I can't run the command. How do install it?
Perhaps Martin Ott's package might work nicely for you: http://www.codingmonkeys.de/mbo/articles/2006/11/08/subversion-1-4-2
If you use fink or DarwinPorts, you can install it from there as well.
Additionally, is there any info in the wiki or elsewhere about how to use the terminal from TM?
There was talk of some plugin called TerminalMate (I think)
I never installed it, but perhaps you can search the list archives for it -- it maybe what you're after.
-steve
Ok, so maybe I'm missing something. I downloaded subversion from the below link and tried to install it so I can get back to trying to work on my WP problem. However, after installing it I'm told that svn is still not a valid command in the terminal. Any help?
Thanks.
Peder
On 5 Jan, 2007, at 10:04 , Steve Lianoglou wrote:
This goes to show my inexperience, but I don't have subversion installed so I can't run the command. How do install it?
Perhaps Martin Ott's package might work nicely for you: http://www.codingmonkeys.de/mbo/articles/2006/11/08/subversion-1-4-2
If you use fink or DarwinPorts, you can install it from there as well.
Additionally, is there any info in the wiki or elsewhere about how to use the terminal from TM?
There was talk of some plugin called TerminalMate (I think)
I never installed it, but perhaps you can search the list archives for it -- it maybe what you're after.
-steve
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
Try checking where svn was installed (probably usr/local/ something) and see if that is in your path (env) will have to edit the rc/ profile file for your shell to add it most likely
also make sure you open a new terminal window since installing svn, On Jan 5, 2007, at 12:09 PM, foodfarmfuture@gmail.com wrote:
Ok, so maybe I'm missing something. I downloaded subversion from the below link and tried to install it so I can get back to trying to work on my WP problem. However, after installing it I'm told that svn is still not a valid command in the terminal. Any help?
Thanks.
Peder
On 5 Jan, 2007, at 10:04 , Steve Lianoglou wrote:
This goes to show my inexperience, but I don't have subversion installed so I can't run the command. How do install it?
Perhaps Martin Ott's package might work nicely for you: http://www.codingmonkeys.de/mbo/articles/2006/11/08/subversion-1-4-2
If you use fink or DarwinPorts, you can install it from there as well.
Additionally, is there any info in the wiki or elsewhere about how to use the terminal from TM?
There was talk of some plugin called TerminalMate (I think)
I never installed it, but perhaps you can search the list archives for it -- it maybe what you're after.
-steve
_ For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
Try checking where svn was installed (probably usr/local/ something) and see if that is in your path (env) will have to edit the rc/profile file for your shell to add it most likely
Most likely /usr/local/bin
instead of typing: $ svn something
you can type
$ /usr/local/bin/svn something
To see if that's where it is.
You can then edit your ~/.bashrc or ~/.bash_profile in order to add / usr/local/bin to your path by adding this to ~/.bashrc:
export PATH="/usr/local/bin:$PATH"
Save that, open a new terminal and it should work with just "svn something"
Hope that helps, -steve
Also get the book at: http://svnbook.red-bean.com/
On Jan 5, 2007, at 9:56 AM, foodfarmfuture@gmail.com wrote:
This goes to show my inexperience, but I don't have subversion installed so I can't run the command. How do install it? Additionally, is there any info in the wiki or elsewhere about how to use the terminal from TM?
Thanks a bunch.
Peder
On 5 Jan 2007, at 18:06, Steven W. Riggins wrote:
I seem to have the fink version installed. If you don't already have fink it's worth getting for all sorts of reasons. Once you've installed fink just
$ fink install svn-client
and it'll do the necessary.
Steve R. & Steve L. thanks for the tips to get subversion going. It now works and was easy to do. Thanks a lot. However, now I seem to have a problem with the command below. When I do the svn command it tells me that the link doesn't exist & obviously it does. I also tried the svn up and it told me that it skipped it. Any ideas what this means or what else I could do to get things to work again for my blog. I don't have any idea if it is related or not, but it seems to have changed since I changed the Transmit bundle to work with YFTP. Which I absolutely love by the way.
Thanks again.
Peder
On 5 Jan, 2007, at 6:28 , Brett Terpstra wrote:
http://comox.textdrive.com/pipermail/textmate/2006-December/ 016276.html
cd /Library/Application\ Support/TextMate and then svn co http://macromates.com/svn/Bundles/trunk/PlugIns (if asked for name/pass: anon/anon)
if you've previously checked out the plugins, you can do an svn up Plugins from /Library/Application\ Support/TextMate
Brett
On Jan 5, 2007, at 1:57 AM, foodfarmfuture@gmail.com wrote:
Yes, I am using build 1349. Any other suggestions?
Thanks.
On 4 Jan, 2007, at 23:49 , Steven W. Riggins wrote:
Have you tried Preferences->Software Update->Watch For: Cutting- Edge?
On Jan 4, 2007, at 11:47 PM, foodfarmfuture@gmail.com wrote:
I believe that the clue is in the first line, however, how do I update the dialog plug-in to v7? Thanks in advance for any help.
__ For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
_ For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
Ok, so now I've gotten a little further. When I do what is stated below, instead of subversion telling me that the address below doesn't exist, it is telling me that it "Could not open the requested SVN filesystem" any thoughts as to why? Or what I could do to fix it? Also, when I do an svn up, it tells me "Skipped 'http:// macromates.com/svn/bundles/trunk/plugins'". Any help for a newbie is appreciated.
thanks.
Peder
On 5 Jan, 2007, at 6:28 , Brett Terpstra wrote:
http://comox.textdrive.com/pipermail/textmate/2006-December/ 016276.html
cd /Library/Application\ Support/TextMate and then svn co http://macromates.com/svn/Bundles/trunk/PlugIns (if asked for name/pass: anon/anon)
if you've previously checked out the plugins, you can do an svn up Plugins from /Library/Application\ Support/TextMate
Brett
On Jan 5, 2007, at 1:57 AM, foodfarmfuture@gmail.com wrote:
Yes, I am using build 1349. Any other suggestions?
Thanks.
On 4 Jan, 2007, at 23:49 , Steven W. Riggins wrote:
Have you tried Preferences->Software Update->Watch For: Cutting- Edge?
On Jan 4, 2007, at 11:47 PM, foodfarmfuture@gmail.com wrote:
I believe that the clue is in the first line, however, how do I update the dialog plug-in to v7? Thanks in advance for any help.
__ For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
_ For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
On 6. Jan 2007, at 03:56, foodfarmfuture@gmail.com wrote:
Ok, so now I've gotten a little further. When I do what is stated below, instead of subversion telling me that the address below doesn't exist, it is telling me that it "Could not open the requested SVN filesystem" any thoughts as to why? Or what I could do to fix it? Also, when I do an svn up, it tells me "Skipped 'http://macromates.com/svn/bundles/trunk/plugins'". Any help for a newbie is appreciated.
Try paste the entire Terminal session / log.
On 5 Jan, 2007, at 6:28 , Brett Terpstra wrote:
http://comox.textdrive.com/pipermail/textmate/2006-December/ 016276.html
cd /Library/Application\ Support/TextMate and then svn co http://macromates.com/svn/Bundles/trunk/PlugIns (if asked for name/pass: anon/anon)
if you've previously checked out the plugins, you can do an svn up Plugins from /Library/Application\ Support/TextMate
Brett
On Jan 5, 2007, at 1:57 AM, foodfarmfuture@gmail.com wrote:
Yes, I am using build 1349. Any other suggestions?
Thanks.
On 4 Jan, 2007, at 23:49 , Steven W. Riggins wrote:
Have you tried Preferences->Software Update->Watch For: Cutting- Edge?
On Jan 4, 2007, at 11:47 PM, foodfarmfuture@gmail.com wrote:
I believe that the clue is in the first line, however, how do I update the dialog plug-in to v7? Thanks in advance for any help.
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
__ For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
_ For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate