<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>code is not all</title>
	<atom:link href="http://codeisnotall.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://codeisnotall.wordpress.com</link>
	<description>a struggle to make things work like we want them to</description>
	<lastBuildDate>Wed, 18 Feb 2009 16:01:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='codeisnotall.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>code is not all</title>
		<link>http://codeisnotall.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://codeisnotall.wordpress.com/osd.xml" title="code is not all" />
	<atom:link rel='hub' href='http://codeisnotall.wordpress.com/?pushpress=hub'/>
		<item>
		<title>SVN/VS2008 fail</title>
		<link>http://codeisnotall.wordpress.com/2009/02/18/svnvs2008-fail/</link>
		<comments>http://codeisnotall.wordpress.com/2009/02/18/svnvs2008-fail/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 16:00:44 +0000</pubDate>
		<dc:creator>dstozek</dc:creator>
				<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://codeisnotall.wordpress.com/?p=5</guid>
		<description><![CDATA[I have been wrestling with a curious problem for some time now. I have a C# project loaded up in VS 2008 and version-controlled in SVN. What was happening is that after an update the Winforms Designer refused to load some of the forms, claiming that &#8220;The file (&#8230;) does not support code parsing or generation because it is not contained within a project that supports code.&#8221; What [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codeisnotall.wordpress.com&amp;blog=6470169&amp;post=5&amp;subd=codeisnotall&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have been wrestling with a curious problem for some time now. I have a C# project loaded up in VS 2008 and version-controlled in SVN. What was happening is that after an update the Winforms Designer refused to load some of the forms, claiming that &#8220;The file (&#8230;) does not support code parsing or generation because it is not contained within a project that supports code.&#8221; What the&#8230; ?</p>
<p>It turns out that there is some Designer Magic in .user and .suo files created by VS to contain user settings. Our SVN repo ignores those files, but apparently &#8211; if you change the form afterwards, it fails to open in the Designer.</p>
<p>Deleting those user preference files and reopening the solution worked fine for me. Currently I have no time to look at this further and it is very likely that my (lame) explanation is completely moot. That&#8217;s my first impression, though. I&#8217;ll keep on updating.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codeisnotall.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codeisnotall.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/codeisnotall.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/codeisnotall.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/codeisnotall.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/codeisnotall.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/codeisnotall.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/codeisnotall.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/codeisnotall.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/codeisnotall.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/codeisnotall.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/codeisnotall.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/codeisnotall.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/codeisnotall.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codeisnotall.wordpress.com&amp;blog=6470169&amp;post=5&amp;subd=codeisnotall&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://codeisnotall.wordpress.com/2009/02/18/svnvs2008-fail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/67b9c795c7bb94c4ac90b939e12d93d2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dstozek</media:title>
		</media:content>
	</item>
		<item>
		<title>When plink goes nuts</title>
		<link>http://codeisnotall.wordpress.com/2009/02/05/when-plink-goes-nuts/</link>
		<comments>http://codeisnotall.wordpress.com/2009/02/05/when-plink-goes-nuts/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 23:10:59 +0000</pubDate>
		<dc:creator>dstozek</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://codeisnotall.wordpress.com/?p=3</guid>
		<description><![CDATA[Today I went ahead and tried to get back to a project started some time ago, but something was not right. I weren&#8217;t able to update or commit anything to my SVN server. I spent a frustrating hour trying to resolve the problem, but finally I managed to find what went wrong. Here&#8217;s my troubleshooting [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codeisnotall.wordpress.com&amp;blog=6470169&amp;post=3&amp;subd=codeisnotall&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today I went ahead and tried to get back to a project started some time ago, but something was not right. I weren&#8217;t able to update or commit anything to my SVN server. I spent a frustrating hour trying to resolve the problem, but finally I managed to find what went wrong. Here&#8217;s my troubleshooting process:</p>
<p><strong>The problem:</strong> Visual Studio cannot connect to my server via SSH &#8211; commits and updates fail after authentication.</p>
<ol>
<li>Q: Does providing right/wrong authentication change anything?<br />
A: No, no visible change in (weird) behavior.</li>
<li>Q: Does TortoiseSVN have the same problem?<br />
A: Yes, it&#8217;s commits and updates do not work. <em>It&#8217;s not Visual Studio&#8217;s problem.</em></li>
<li>Q: Does it work on another repo on this server?<br />
A: No, it does not. <em>It&#8217;s not this single repo problem then.</em></li>
<li>Q: Does it work for another server without SSH auth?<br />
A: Yes, checked repo for <a href="http://processing.org" target="_blank">Processing</a>. <em>It&#8217;s not general TortoiseSVN problem. It&#8217;s either server or local Tortoise config issue.</em></li>
<li>Q: Does it work on another computer?<br />
A: Yes, checked my home box, works there. <em>It seems to be my laptop&#8217;s problem.</em></li>
<li>Q: Does substituting <em>TortoisePlink </em>for <em>Plink</em> do anything?<br />
A: No effect.<br />
<em>It seems that (Tortoise)Plink</em> fails to connect, but Tortoise doesn&#8217;t report the error properly.</li>
<li>Q: Does <em>Plink </em>connect to the server when run from command-line, not Tortoise?<br />
I run cmd.exe, go to plink.exe location and type &#8220;plink mysvnserver.example.com&#8221;.<br />
A: No, it returns an error: &#8220;bash: mysvnserver.example.com: command not found&#8221; <em>I have no idea what this means.</em></li>
<li>Q: Does it work for another server?<br />
A: No, it prints:<br />
&gt;plink anotherserver.example.com<br />
login as: myusername<br />
myusername@mysvnserver.example.com&#8217;s password:<br />
<em>What the&#8230;? I tried to login to anotherserver, but was logged to mysvnserver.</em></li>
</ol>
<p>Then I figured out that PuTTY settings might be interfering with proper plink operations. It seems that when you overwrite the default settings, every PuTTY app uses them.  So, plink didn&#8217;t require host name (it was specified in the Default Settings), it treated the supplied host name as a command, therefore failing. I have reset the putty settings, now everything runs just fine.</p>
<p>I hope this helps, and next time when you get &#8220;connection closed unexpectedly&#8221; from TortoiseSVN, you&#8217;ll know where to look.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codeisnotall.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codeisnotall.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/codeisnotall.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/codeisnotall.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/codeisnotall.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/codeisnotall.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/codeisnotall.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/codeisnotall.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/codeisnotall.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/codeisnotall.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/codeisnotall.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/codeisnotall.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/codeisnotall.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/codeisnotall.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codeisnotall.wordpress.com&amp;blog=6470169&amp;post=3&amp;subd=codeisnotall&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://codeisnotall.wordpress.com/2009/02/05/when-plink-goes-nuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/67b9c795c7bb94c4ac90b939e12d93d2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dstozek</media:title>
		</media:content>
	</item>
	</channel>
</rss>
