<?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>Jimmy&#039;s Blog &#187; svn</title>
	<atom:link href="http://jimmod.com/blog/tag/svn/feed/" rel="self" type="application/rss+xml" />
	<link>http://jimmod.com/blog</link>
	<description>My name is Jimmy, and this is my story... ;)</description>
	<lastBuildDate>Wed, 14 Mar 2012 03:19:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using svn+ssh with Netbeans 5.5 + Windows</title>
		<link>http://jimmod.com/blog/2007/11/using-svnssh-with-netbeans-55-windows/</link>
		<comments>http://jimmod.com/blog/2007/11/using-svnssh-with-netbeans-55-windows/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 05:01:33 +0000</pubDate>
		<dc:creator>jimmy</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://jimlife.wordpress.com/2007/11/06/using-svnssh-with-netbeans-55-windows/</guid>
		<description><![CDATA[ 
				
			 
				
			 
				Tweet 
			
		After you install Netbeans 5.5 you need to download/install subversion module.
At Netbeans menu select &#8216;Tools&#8217; &#8211; &#8216;Update Center&#8217; to add subversion module.
If the installation finished, you will see menu Subversion on Netbeans  menu.
You&#8217;ll also need to install SVN : download page here
I&#8217;m using PuTTY&#8217;s plink.exe for ssh. You can get [...]


Related posts:<ol><li><a href='http://jimmod.com/blog/2007/11/netbeans-6-configure-which-editor-representative-class-for-new-type-extension/' rel='bookmark' title='Permanent Link: Netbeans 6 &#8211; Configure which editor (representative class) for new type extension'>Netbeans 6 &#8211; Configure which editor (representative class) for new type extension</a></li><li><a href='http://jimmod.com/blog/2007/11/change-junit-run-file-main-class-working-directory-at-netbeans-55-web-project/' rel='bookmark' title='Permanent Link: Change junit &amp; run file (main class) working directory at Netbeans 5.5 Web Project'>Change junit &amp; run file (main class) working directory at Netbeans 5.5 Web Project</a></li><li><a href='http://jimmod.com/blog/2007/12/netbeans-ide-6-final-released/' rel='bookmark' title='Permanent Link: NetBeans IDE 6 final released'>NetBeans IDE 6 final released</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div style="height:33px; padding-top:2px; padding-bottom:2px; clear:both;" class="really_simple_share"><div style="float:left; width:100px; " class="really_simple_share_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fjimmod.com%2Fblog%2F2007%2F11%2Fusing-svnssh-with-netbeans-55-windows%2F&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="float:left; width:90px; padding-left:10px;" class="really_simple_share_google1"> 
				<g:plusone size="medium" href="http://jimmod.com/blog/2007/11/using-svnssh-with-netbeans-55-windows/" ></g:plusone>
			</div><div style="float:left; width:110px; padding-left:10px;" class="really_simple_share_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="none" 
					data-text="Using svn+ssh with Netbeans 5.5 + Windows" data-url="http://jimmod.com/blog/2007/11/using-svnssh-with-netbeans-55-windows/">Tweet</a> 
			</div></div>
		<div style="clear:both;"></div><p>After you install <a href="http://www.netbeans.org/" title="Netbeans Website" target="_blank">Netbeans 5.5</a> you need to download/install subversion module.<br />
At Netbeans menu select &#8216;Tools&#8217; &#8211; &#8216;Update Center&#8217; to add subversion module.<br />
If the installation finished, you will see menu Subversion on Netbeans  menu.</p>
<p>You&#8217;ll also need to install SVN : <a href="http://subversion.tigris.org/project_packages.html" title="Select your OS here">download page here</a></p>
<p>I&#8217;m using PuTTY&#8217;s plink.exe for ssh. You can get <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html" title="PuTTY's download page">PuTTY package here</a>.<br />
Extract PuTTYto a directory and add path to that directory.<br />
How to setting enviroment variables in Windows:</p>
<ul>
<li>Open System Properties (by right click &#8216;My Computer&#8217;  &#8211; &#8216;Properties or by press button &#8216;windows&#8217; + &#8216;break&#8217;)</li>
<li>Select tab Advanced &amp; click button &#8216;Environment Variables&#8217;</li>
<li>You can edit System Variable : &#8216;path&#8217;</li>
<li>Add path to your PuTTY directory. (don&#8217;t delete other path, just add with &#8216;;&#8217; as separator)</li>
<li>OK</li>
<li>You can check whether you have correctly add PuTTY&#8217;s path by running console (cmd) and run plink.exe without fullpath.</li>
</ul>
<p>Then open subversion configuration file at :<code> <em>%APPDATA%\Subversion\config</em></code><br />
Assuming you using default folder it will be : &#8220;c:\Documents and Settings\username\Application Data\Subversion\config&#8221;<br />
Open file config using notepad or other text-editor.<br />
Edit the [tunnels] section and add :</p>
<blockquote><p>ssh = $SVN_SSH plink.exe -l &lt;username&gt; -pw &lt;password&gt;</p></blockquote>
<p>Of course change the &lt;username&gt; and &lt;password&gt; with yours. lol.</p>
<p>Then save it &amp; restart your Netbeans.<br />
After that you should able to check out/import project via svn+ssh.</p>
<ul>
<li>Select  menu &#8216;Subversion&#8217; &#8211; &#8216;Checkout&#8230;&#8217;</li>
<li>URL example : svn+ssh://100.1.1.1/opt/subv/myproject/trunk</li>
<li>Leave username &amp; password empty</li>
<li>Click next &amp; follow the instructions.</li>
</ul>
<p>If there&#8217;s no errors then Congratulations <img src='http://jimmod.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>


<p>Related posts:<ol><li><a href='http://jimmod.com/blog/2007/11/netbeans-6-configure-which-editor-representative-class-for-new-type-extension/' rel='bookmark' title='Permanent Link: Netbeans 6 &#8211; Configure which editor (representative class) for new type extension'>Netbeans 6 &#8211; Configure which editor (representative class) for new type extension</a></li><li><a href='http://jimmod.com/blog/2007/11/change-junit-run-file-main-class-working-directory-at-netbeans-55-web-project/' rel='bookmark' title='Permanent Link: Change junit &amp; run file (main class) working directory at Netbeans 5.5 Web Project'>Change junit &amp; run file (main class) working directory at Netbeans 5.5 Web Project</a></li><li><a href='http://jimmod.com/blog/2007/12/netbeans-ide-6-final-released/' rel='bookmark' title='Permanent Link: NetBeans IDE 6 final released'>NetBeans IDE 6 final released</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://jimmod.com/blog/2007/11/using-svnssh-with-netbeans-55-windows/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

