<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Life of John &#187; Development</title>
	<atom:link href="http://thelifeofjohn.com/blog/category/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://thelifeofjohn.com</link>
	<description></description>
	<lastBuildDate>Wed, 05 May 2010 06:30:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>TortoiseSVN and Windows 7, and how I made them play nice</title>
		<link>http://thelifeofjohn.com/blog/development/tortoisesvn-and-windows-7-and-how-i-made-them-play-nice/</link>
		<comments>http://thelifeofjohn.com/blog/development/tortoisesvn-and-windows-7-and-how-i-made-them-play-nice/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 09:56:51 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[bitdefender]]></category>
		<category><![CDATA[tortoise svn]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://thelifeofjohn.com/?p=331</guid>
		<description><![CDATA[I&#8217;ve been pulling my hair out for weeks with TortoiseSVN ever since I updated to Windows 7, and boy has it been a giant pain in the ass. Sometimes updates and check-outs worked, sometimes not. Sometimes I could commit, sometimes not. Sometimes the icons appeared, sometimes not. I&#8217;ve tried reinstalling TortoiseSVN, I&#8217;ve tried registry hacks, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been pulling my hair out for weeks with TortoiseSVN ever since I updated to Windows 7, and boy has it been a giant pain in the ass. Sometimes updates and check-outs worked, sometimes not. Sometimes I could commit, sometimes not. Sometimes the icons appeared, sometimes not. I&#8217;ve tried reinstalling TortoiseSVN, I&#8217;ve tried registry hacks, I&#8217;ve tried everything that Google told me to try and still no joy&#8230;</p>
<p>Here&#8217;s my setup, and here&#8217;s what fixed it&#8230;</p>
<p>Windows 7 Ultimate 64<br />
TortoiseSVN 1.6.6<br />
Netbeans 6.8<br />
BitDefender2010</p>
<p>Wait&#8230; BitDefender? Why does that matter? Honestly, I have no idea&#8230; But switching off the firewall and real time protection, doing my updates, and turning them back on fixed my checkout/update/commit issues. </p>
<p>How did I figure this out?</p>
<p>In an act of desperation I booted my machine up in Safe Mode + Networking (most of you probably already know how to do this, if not <a href="http://lmgtfy.com/?q=windows+safe+mode">let me help you.</a>) Safe Mode + Networking loads Windows up in a bare bones environment plus allows internet access (but still used 800MB of RAM in my case, blech&#8230;) </p>
<p>Anyhow, I noticed right off the bat that BitDefender wasn&#8217;t running, and everything worked perfectly. A quick reboot back to reality, and disabling my anti-virus and TortoiseSVN was good-to-go. Well, almost&#8230; The icons are still screwy, and for me the only ones that appear in the file area are the changed ones. No green check boxes for me, but at least I can see changed files.</p>
<p>So for everyone out there that&#8217;s about to have a stroke this holiday season from not being able to commit code changes on time, try disabling your anti-virus and firewall before admitting total defeat and see if it helps. </p>
<p>I wonder how long it takes for self-inflicted bald spots to fill back in&#8230; Hmm&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://thelifeofjohn.com/blog/development/tortoisesvn-and-windows-7-and-how-i-made-them-play-nice/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>XDebug, NetBeans, WAMP Apache Crash Solution</title>
		<link>http://thelifeofjohn.com/blog/development/xdebug-netbeans-wamp-apache-crash-solution/</link>
		<comments>http://thelifeofjohn.com/blog/development/xdebug-netbeans-wamp-apache-crash-solution/#comments</comments>
		<pubDate>Wed, 20 May 2009 03:57:09 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[xdebug]]></category>

		<guid isPermaLink="false">http://www.thelifeofjohn.com/?p=314</guid>
		<description><![CDATA[I just upgraded to a Vista 64 laptop with the current version of WAMP(2.0), and here is what I put in my php.ini to use XDebug and make the Apache crashing stop. Basically, I went back to using the 2.0.0 version of XDebug, and things seem to have stopped crashing. I am using NetBeans as [...]]]></description>
			<content:encoded><![CDATA[<p>I just upgraded to a Vista 64 laptop with the current version of WAMP(2.0), and here is what I put in my php.ini to use XDebug and make the Apache crashing stop. Basically, I went back to using the 2.0.0 version of XDebug, and things seem to have stopped crashing.</p>
<p>I am using NetBeans as my debugging IDE, and so far it works just fine.</p>
<p>First off, comment out in your active php.ini:<br />
<code>;extension=php_xdebug-2.0.0-5.2.2.dll</code></p>
<p>Then add this to the bottom of your active php.ini (Adjust your directories and xdebug filename accordingly.)</p>
<p><code>[XDebug]<br />
; Only Zend OR (!) XDebug<br />
zend_extension_ts="C:/Program Files (x86)/wamp/bin/php/php5.2.9-2/ext/php_xdebug-2.0.0-5.2.2.dll"<br />
xdebug.remote_enable=on<br />
xdebug.remote_host=localhost<br />
xdebug.remote_port=9000<br />
xdebug.remote_handler=dbgp<br />
xdebug.profiler_enable=0<br />
xdebug.profiler_output_dir="C:/Program Files (x86)/wamp/tmp"</code></p>
<p>That&#8217;s it! Good luck and hope this helps someone!</p>
]]></content:encoded>
			<wfw:commentRss>http://thelifeofjohn.com/blog/development/xdebug-netbeans-wamp-apache-crash-solution/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
