This morning I got the notice to update to a new cutting edge build. Now when I try to use the svn status command I get the following error:
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/ web_preview.rb:70:in `html_head': undefined method `+' for nil:NilClass (NoMethodError) from /Applications/TextMate.app/Contents/ SharedSupport/Support/lib/web_preview.rb:117:in `html_header' from (erb):29
svn update gives this error:
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/ web_preview.rb:70:in `html_head': undefined method `+' for nil:NilClass (NoMethodError) from /Applications/TextMate.app/Contents/ SharedSupport/Support/lib/web_preview.rb:117:in `html_header' from (erb):29 -:13:in `write': Broken pipe (Errno::EPIPE) from -:13:in `puts' from -:13 from -:13:in `each_line' from -:13
svn info:
NoMethodError
reason: undefined method `+' for nil:NilClass trace: /Applications/TextMate.app/Contents/SharedSupport/Support/lib/ web_preview.rb:70:in `html_head' /Applications/TextMate.app/Contents/SharedSupport/Bundles/ Subversion.tmbundle/Support/format_info.rb:43
I didn't have any reason to test other commands.
Previously I never had any errors. Is there some new setting to get svn status working again? Or some old setting I might have that would be throwing it off?
In the advanced prefs I have TM_SVN set to /usr/local/bin/svn and that's the only svn related change I have made to TextMate.
thanks, john
The SVN Status command is working fine for me so I am assuming that the problem is with your setup and not with the new build.
Do you have anything checked out from the bundle repository? In particular the SVN bundle or the Support directory.
On 21 Mar 2007, at 18:52, John Muhl wrote:
This morning I got the notice to update to a new cutting edge build. Now when I try to use the svn status command I get the following error:
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/ web_preview.rb:70:in `html_head': undefined method `+' for nil:NilClass (NoMethodError) from /Applications/TextMate.app/ Contents/SharedSupport/Support/lib/web_preview.rb:117:in `html_header' from (erb):29
svn update gives this error:
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/ web_preview.rb:70:in `html_head': undefined method `+' for nil:NilClass (NoMethodError) from /Applications/TextMate.app/ Contents/SharedSupport/Support/lib/web_preview.rb:117:in `html_header' from (erb):29 -:13:in `write': Broken pipe (Errno::EPIPE) from -:13:in `puts' from -:13 from -:13:in `each_line' from -:13
svn info:
NoMethodError
reason: undefined method `+' for nil:NilClass trace: /Applications/TextMate.app/Contents/SharedSupport/Support/lib/ web_preview.rb:70:in `html_head' /Applications/TextMate.app/Contents/SharedSupport/Bundles/ Subversion.tmbundle/Support/format_info.rb:43
I didn't have any reason to test other commands.
Previously I never had any errors. Is there some new setting to get svn status working again? Or some old setting I might have that would be throwing it off?
In the advanced prefs I have TM_SVN set to /usr/local/bin/svn and that's the only svn related change I have made to TextMate.
thanks, john
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 2007/03/21, at 13:15:17, Ciarán Walsh wrote:
The SVN Status command is working fine for me so I am assuming that the problem is with your setup and not with the new build.
Do you have anything checked out from the bundle repository? In particular the SVN bundle or the Support directory.
Nope.
The only custom stuff I have are a slightly modified Brilliance Black theme and a custom bundle I created to modify the behavior of the HTML and CSS bundles.
Immediately prior to the update svn was working perfectly.
thanks, john
On 21 Mar 2007, at 18:52, John Muhl wrote:
This morning I got the notice to update to a new cutting edge build. Now when I try to use the svn status command I get the following error:
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/ web_preview.rb:70:in `html_head': undefined method `+' for nil:NilClass (NoMethodError) from /Applications/TextMate.app/ Contents/SharedSupport/Support/lib/web_preview.rb:117:in `html_header' from (erb):29
svn update gives this error:
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/ web_preview.rb:70:in `html_head': undefined method `+' for nil:NilClass (NoMethodError) from /Applications/TextMate.app/ Contents/SharedSupport/Support/lib/web_preview.rb:117:in `html_header' from (erb):29 -:13:in `write': Broken pipe (Errno::EPIPE) from -:13:in `puts' from -:13 from -:13:in `each_line' from -:13
svn info:
NoMethodError
reason: undefined method `+' for nil:NilClass trace: /Applications/TextMate.app/Contents/SharedSupport/Support/lib/ web_preview.rb:70:in `html_head' /Applications/TextMate.app/Contents/SharedSupport/Bundles/ Subversion.tmbundle/Support/format_info.rb:43
I didn't have any reason to test other commands.
Previously I never had any errors. Is there some new setting to get svn status working again? Or some old setting I might have that would be throwing it off?
In the advanced prefs I have TM_SVN set to /usr/local/bin/svn and that's the only svn related change I have made to TextMate.
thanks, john
_ 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
Have you quit and restarted TextMate since this started happening? Have you logged out/restarted?
For some reason your environment doesn't have the HOME variable set. How did you launch your TextMate session?
Can you try the above?
On 21 Mar 2007, at 19:24, John Muhl wrote:
On 2007/03/21, at 13:15:17, Ciarán Walsh wrote:
The SVN Status command is working fine for me so I am assuming that the problem is with your setup and not with the new build.
Do you have anything checked out from the bundle repository? In particular the SVN bundle or the Support directory.
Nope.
The only custom stuff I have are a slightly modified Brilliance Black theme and a custom bundle I created to modify the behavior of the HTML and CSS bundles.
Immediately prior to the update svn was working perfectly.
thanks, john
On 21 Mar 2007, at 18:52, John Muhl wrote:
This morning I got the notice to update to a new cutting edge build. Now when I try to use the svn status command I get the following error:
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/ web_preview.rb:70:in `html_head': undefined method `+' for nil:NilClass (NoMethodError) from /Applications/TextMate.app/ Contents/SharedSupport/Support/lib/web_preview.rb:117:in `html_header' from (erb):29
svn update gives this error:
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/ web_preview.rb:70:in `html_head': undefined method `+' for nil:NilClass (NoMethodError) from /Applications/TextMate.app/ Contents/SharedSupport/Support/lib/web_preview.rb:117:in `html_header' from (erb):29 -:13:in `write': Broken pipe (Errno::EPIPE) from -:13:in `puts' from -:13 from -:13:in `each_line' from -:13
svn info:
NoMethodError
reason: undefined method `+' for nil:NilClass trace: /Applications/TextMate.app/Contents/SharedSupport/Support/lib/ web_preview.rb:70:in `html_head' /Applications/TextMate.app/Contents/SharedSupport/Bundles/ Subversion.tmbundle/Support/format_info.rb:43
I didn't have any reason to test other commands.
Previously I never had any errors. Is there some new setting to get svn status working again? Or some old setting I might have that would be throwing it off?
In the advanced prefs I have TM_SVN set to /usr/local/bin/svn and that's the only svn related change I have made to TextMate.
thanks, john
__ 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 2007/03/21, at 13:51:19, Ciarán Walsh wrote:
Have you quit and restarted TextMate since this started happening? Have you logged out/restarted?
For some reason your environment doesn't have the HOME variable set. How did you launch your TextMate session?
Can you try the above?
Perfect, a restart fixed it. As Ned mentioned, I too had a crash immediately before the update dialog appeared which seems to be the cause of the failed svn commands. Thanks for the help.
john
On 21 Mar 2007, at 19:24, John Muhl wrote:
On 2007/03/21, at 13:15:17, Ciarán Walsh wrote:
The SVN Status command is working fine for me so I am assuming that the problem is with your setup and not with the new build.
Do you have anything checked out from the bundle repository? In particular the SVN bundle or the Support directory.
Nope.
The only custom stuff I have are a slightly modified Brilliance Black theme and a custom bundle I created to modify the behavior of the HTML and CSS bundles.
Immediately prior to the update svn was working perfectly.
thanks, john
On 21 Mar 2007, at 18:52, John Muhl wrote:
This morning I got the notice to update to a new cutting edge build. Now when I try to use the svn status command I get the following error:
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/ web_preview.rb:70:in `html_head': undefined method `+' for nil:NilClass (NoMethodError) from /Applications/TextMate.app/ Contents/SharedSupport/Support/lib/web_preview.rb:117:in `html_header' from (erb):29
svn update gives this error:
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/ web_preview.rb:70:in `html_head': undefined method `+' for nil:NilClass (NoMethodError) from /Applications/TextMate.app/ Contents/SharedSupport/Support/lib/web_preview.rb:117:in `html_header' from (erb):29 -:13:in `write': Broken pipe (Errno::EPIPE) from -:13:in `puts' from -:13 from -:13:in `each_line' from -:13
svn info:
NoMethodError
reason: undefined method `+' for nil:NilClass trace: /Applications/TextMate.app/Contents/SharedSupport/Support/lib/ web_preview.rb:70:in `html_head' /Applications/TextMate.app/Contents/SharedSupport/Bundles/ Subversion.tmbundle/Support/format_info.rb:43
I didn't have any reason to test other commands.
Previously I never had any errors. Is there some new setting to get svn status working again? Or some old setting I might have that would be throwing it off?
In the advanced prefs I have TM_SVN set to /usr/local/bin/svn and that's the only svn related change I have made to TextMate.
thanks, john
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
In article 1AF434D8-9585-46B8-914F-E272FB423DAE@caenim.com, John Muhl disposable@caenim.com wrote:
This morning I got the notice to update to a new cutting edge build. Now when I try to use the svn status command I get the following error:
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/ web_preview.rb:70:in `html_head': undefined method `+' for nil:NilClass (NoMethodError) from /Applications/TextMate.app/Contents/ SharedSupport/Support/lib/web_preview.rb:117:in `html_header' from (erb):29
FWIW, I ran into this error last night while running the previous cutting edge build (on 10.4.9) and *not* using svn at all. In my case, it appeared in the results window of the Run Script command of the Shell Script bundle. It started happening after TM crashed doing a Find/Replace All. The odd thing was that the web_preview error did not go away with repeated relaunches of TM nor with the installation of the just-arrived cutting edge (r1372) build. Finally, I logged-out and -in again and then the problem went away. Perhaps some env variable? Or?