<?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>Artur's Blog &#187; ssh</title>
	<atom:link href="http://artur.marnik.net/tag/ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://artur.marnik.net</link>
	<description>past, present and future in web development</description>
	<lastBuildDate>Tue, 04 Oct 2011 14:37:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to use SVN on 1and1 account</title>
		<link>http://artur.marnik.net/how-to-use-svn-on-1and1-account/</link>
		<comments>http://artur.marnik.net/how-to-use-svn-on-1and1-account/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 21:16:44 +0000</pubDate>
		<dc:creator>Artur</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[1and1]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[version control]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://artur.marnik.net/?p=24</guid>
		<description><![CDATA[When creating a project it is always wise to use some version control program.
I prefer to use SVN it is<a href="http://artur.marnik.net/how-to-use-svn-on-1and1-account/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>When creating a project it is always wise to use some version control program.</p>
<p>I prefer to use SVN it is fast, easy to use and its support is build in in NetBeans IDE. Since I use hosting at 1and1 I tried to install my own SVN repository there. It is very easy and it worked almost instantly.</p>
<p>First step: create svn repository on the server.</p>
<p>Just SSH to your account and create a new directory and svn repository in it:</p>
<p>cd /<br />
mkdir svn<br />
svnadmin create /kunden/homepages/&#8230;&#8230;/htdocs/svn</p>
<p>to get a full path to your home directory call &#8220;pwd&#8221; command and replace &#8230;&#8230;. with your information</p>
<p>Now your svn repository is set up &#8211; we can procees to the second step: netbeans configuration</p>
<p>from putty download page (<a rel="nofollow" href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html" target="_blank">here</a>) get plink.exe and place it in c:\Program Files\Putty\ (you can choose different path)<br />
now in your Project window right click on your project name and select Versioning-&gt;Import into subversion repository<br />
for Repository URL select svn+ssh:// and enter:svn+ssh://your.domain.com/kunden/homepages/&#8230;&#8230;./htdocs/svn (same path that you have used for svnadmin command)<br />
then as Tunnel Command enter: C:/Program Files/Putty/plink.exe -l ssh_username -pw ssh_password<br />
click Next<br />
now in &#8220;Repository Folder&#8221; enter desired name like &#8220;my_project&#8221;<br />
enter a message &#8211; for example &#8220;initial import&#8221;<br />
click Next again<br />
after a while you will be prompted what files you want to import &#8211; usually you want to import whole project so just click Finish</p>
<p>And you are done &#8211; enjoy your SVN on 1and1 account</p>
<p>the only thing that I don&#8217;t like is having open text password for my ssh account in netbeans &#8211; it I find a way to hide somewhere I will share it with you</p>
]]></content:encoded>
			<wfw:commentRss>http://artur.marnik.net/how-to-use-svn-on-1and1-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

