<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1041619" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1041619</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Well, I queried all my</title>
    <link>https://www.webmaster-forums.net/server-management/tortoisesvn-and-subversion-repositories#comment-1232009</link>
    <description> &lt;p&gt;Well, I queried all my hosting cos and BlueHost (which happens to be my main host) told me &quot;some customers have installed Subversion but we don&#039;t officially support it&quot;&lt;/p&gt;
&lt;p&gt;A &lt;a href=&quot;http://www.google.com/search?client=firefox-a&amp;amp;rls=org.mozilla%3Aen-US%3Aofficial&amp;amp;channel=s&amp;amp;hl=en&amp;amp;q=install+subversion+bluehost&amp;amp;btnG=Google+Search&quot;&gt;Google search&lt;/a&gt; yielded these results:&lt;br /&gt;
&lt;a href=&quot;http://joemaller.com/2008/01/29/how-to-install-subversion-on-a-shared-host/&quot;&gt;how-to-install-subversion-on-a-shared-host&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.ear-fung.us/2008/02/bluehost-subversion-svn-xcode-bliss/&quot;&gt;setting-up-subversion-on-bluehost&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;First I had to email a scan of my driver&#039;s license to BlueHost to enable SSH&lt;/p&gt;
&lt;p&gt;Then I installed &lt;a href=&quot;http://www.chiark.greenend.org.uk/~sgtatham/putty/&quot;&gt;PuTTY&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I finally installed Subversion after &lt;a href=&quot;http://netsperience.org/content/installing-subversion-151-a-shared-host&quot;&gt;fixing a typo&lt;/a&gt; in the SSH commands (which has already been corrected, thanks Joe!)&lt;/p&gt;
&lt;p&gt;So I have successfully created repositories with SSH in PuTTY and Subversion - but I am unable to Import any directory trees in SSH or with &lt;a href=&quot;http://tortoisesvn.net/&quot;&gt;TortoiseSVN&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Help please! I have read the docs for Subversion and Tortoise, I think I am setting the keys wrong, and now I am totally confused!&lt;/p&gt;
&lt;p&gt;(I have replaced my actual username with &quot;username&quot; for security)&lt;/p&gt;
&lt;p&gt;My host cp software created SSH keys when I enabled SSH, and I checked that the .ssh dir has 700 permission - and authorized_keys has 600 permission&lt;/p&gt;
&lt;p&gt;I have four files in .ssh and also a &quot;putty&quot; directory which is empty&lt;/p&gt;
&lt;p&gt;The files are:&lt;/p&gt;
&lt;p&gt;authorized_keys&lt;br /&gt;
authorized_keys2&lt;br /&gt;
netsperience.org&lt;br /&gt;
netsperience.org.pub&lt;/p&gt;
&lt;p&gt;authorized_keys and authorized_keys2 and netsperience.org.pub are identical, the public key(s) (now the one I created with ssh-keygen -t dsa is appended to authorized_keys)&lt;br /&gt;
netsperience.org is the private key&lt;/p&gt;
&lt;p&gt;I read about appending the public key to the end of the private key, but not even sure which files to mess with - should I copy the contents of authorized_keys to the end of netsperience.org (the private key file)? Ok, now I copied the two public keys from authorized_keys to the end of netsperience.org (private key generated by host) - still no good&lt;/p&gt;
&lt;p&gt;Should I delete all of these keys and start over?&lt;/p&gt;
&lt;p&gt;I have no problem connecting with PuTTY (with my username and password) - and I tested a svn help command and it works&lt;/p&gt;
&lt;p&gt;I am using Linux/Apache&lt;/p&gt;
&lt;p&gt;I created a repository&lt;/p&gt;
&lt;p&gt;svnadmin create /home2/username/public_html/antrepo&lt;/p&gt;
&lt;p&gt;I tried to import a directory tree from c:/xampplite/htdocs/babu57 and had problems, kept saying /xampplite/htdocs/babu57 could not be found :&lt;/p&gt;
&lt;p&gt;svn import /xampplite/htdocs/babu57 &lt;a href=&quot;///home2/username/public_html/antrepo/babu57&quot; title=&quot;///home2/username/public_html/antrepo/babu57&quot;&gt;file:///home2/username/public_html/antrepo/babu57&lt;/a&gt; -m &quot;initial import&quot;&lt;/p&gt;
&lt;p&gt;so I copied the babu57 dir tree to the root c:/babu57&lt;/p&gt;
&lt;p&gt;svn import babu57 &lt;a href=&quot;///home2/username/public_html/antrepo/babu57&quot; title=&quot;///home2/username/public_html/antrepo/babu57&quot;&gt;file:///home2/username/public_html/antrepo/babu57&lt;/a&gt; -m &quot;initial import&quot;&lt;/p&gt;
&lt;p&gt;returns only:&lt;/p&gt;
&lt;p&gt;Committed revision 1.&lt;/p&gt;
&lt;p&gt;but I don&#039;t see any files being imported and&lt;/p&gt;
&lt;p&gt;svn list &lt;a href=&quot;///home2/username/public_html/antrepo/babu57&quot; title=&quot;///home2/username/public_html/antrepo/babu57&quot;&gt;file:///home2/username/public_html/antrepo/babu57&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;lists nothing&lt;/p&gt;
&lt;p&gt;ls /home2/username/public_html/antrepo/&lt;/p&gt;
&lt;p&gt;lists the repository files &amp;amp; dirs: README.txt conf db etc.&lt;/p&gt;
&lt;p&gt;ALSO&lt;/p&gt;
&lt;p&gt;trying to use TortoiseSVN Import&lt;/p&gt;
&lt;p&gt;I don&#039;t connect and get the error:&lt;/p&gt;
&lt;p&gt;Command: Import C:\xampplite\htdocs\babu57 to svn://username@netsperience.org/home2/username/public_html/antrepo&lt;br /&gt;
Error: Can&#039;t connect to host &#039;netsperience.org&#039;: A connection attempt failed because&lt;br /&gt;
Error: the connected party did not properly respond after a period of time, or&lt;br /&gt;
Error: established connection failed because connected host has failed to respond.&lt;br /&gt;
Finished!:  &lt;/p&gt;
&lt;p&gt;and&lt;/p&gt;
&lt;p&gt;Command: Import C:\babu57 to svn://username@netsperience.org/home2/username/public_html/antrepo&lt;br /&gt;
Error: Can&#039;t connect to host &#039;netsperience.org&#039;: A connection attempt failed because&lt;br /&gt;
Error: the connected party did not properly respond after a period of time, or&lt;br /&gt;
Error: established connection failed because connected host has failed to respond.&lt;br /&gt;
Finished!:  &lt;/p&gt;
&lt;p&gt;I tried creating a new key pair with the formula at &lt;a href=&quot;http://blog.macromates.com/2005/subversion-support-and-ssh-key-pairs/&quot; title=&quot;http://blog.macromates.com/2005/subversion-support-and-ssh-key-pairs/&quot;&gt;http://blog.macromates.com/2005/subversion-support-and-ssh-key-pairs/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;BTW - this formula was flawed:&lt;/p&gt;
&lt;p&gt;This line gave me a problem - file not found:&lt;/p&gt;
&lt;p&gt;cat id_dsa.pub &amp;gt;&amp;gt;.ssh/authorized_keys&lt;/p&gt;
&lt;p&gt;The previous command&lt;/p&gt;
&lt;p&gt;ssh-keygen -t dsa&lt;/p&gt;
&lt;p&gt;creates the key id_dsa.pub in the .ssh directory (with the defaults) so&lt;/p&gt;
&lt;p&gt;mkdir .ssh # if it&#039;s not already there&lt;/p&gt;
&lt;p&gt;is unnecessary and the next line should be&lt;/p&gt;
&lt;p&gt;cat .ssh/id_dsa.pub &amp;gt;&amp;gt;.ssh/authorized_keys&lt;/p&gt;
&lt;p&gt;or there should be a&lt;/p&gt;
&lt;p&gt;cd .ssh command&lt;/p&gt;
&lt;p&gt;then&lt;/p&gt;
&lt;p&gt;cat id_dsa.pub &amp;gt;&amp;gt;authorized_keys&lt;/p&gt;
&lt;p&gt;anyway, I looked and the key from id_dsa.pub was added to authorized_keys&lt;/p&gt;
&lt;p&gt;I also used puttygen to create a key pair&lt;/p&gt;
&lt;p&gt;now I am totally confused&lt;/p&gt;
&lt;p&gt;When I try to Import with TortoiseSVN with svn+ssh&lt;/p&gt;
&lt;p&gt;Command: Import C:\babu57 to svn+ssh://username@netsperience.org/home2/username/public_html/antrepo&lt;/p&gt;
&lt;p&gt;I get a popup &quot;Couldn&#039;t load this key. Couldn&#039;t open file&quot; 3 times in a row&lt;/p&gt;
&lt;p&gt;How do I sync the keys on the server in .ssh with Tortoise/pageant? - or should I be using PuTTY as the SSH client for Tortoise instead of pageant? (pageant is in the TortoiseCVS folder, TortoiseSVN set it as SSH client by default)&lt;/p&gt;
&lt;p&gt;I have read through the Subversion and Tortoise docs but these questions are not exactly addressed with respect to my specific problems.&lt;/p&gt;
&lt;p&gt;any idea what I am doing wrong?&lt;/p&gt;
&lt;p&gt;I understand all the Subversion concepts, checkouts, commits etc I just can&#039;t get the handshake...&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
 </description>
     <pubDate>Sun, 03 Aug 2008 19:16:49 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1232009 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>I created a subdirectory in</title>
    <link>https://www.webmaster-forums.net/server-management/tortoisesvn-and-subversion-repositories#comment-1231993</link>
    <description> &lt;p&gt;I created a subdirectory in public_html/repository named &quot;babu57&quot; and used Filezilla SFTP to upload the files to it&lt;/p&gt;
&lt;p&gt;Then I created a folder &quot;babu57&quot; in xampplite/htdocs and I tried to checkout the repository directory - but I got the same error about unable to connect&lt;/p&gt;
&lt;p&gt;I&#039;m reading the Tortoise manual, but it&#039;s got all that stuff about locking and merging files and stuff....&lt;/p&gt;
 </description>
     <pubDate>Sun, 03 Aug 2008 13:14:41 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1231993 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>I&#039;m surprised you can make</title>
    <link>https://www.webmaster-forums.net/server-management/tortoisesvn-and-subversion-repositories#comment-1231994</link>
    <description> &lt;p&gt;I&#039;m surprised you can make and install software on a shared hosting account.  Are you sure it&#039;s not a VPS?&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;1. How do I upload/import directories and files from my machine to the repository with TortoiseSVN?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;TortoiseSVN has a decent help section to find direct answers.  It would be easier than explaining it here. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;2. How do I set up a repository to also be a live website?&lt;br /&gt;
Something like: svn://username@netsperience.org/home2/username/public_html/project_name/ ? instead of the repos directory?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;No...you don&#039;t want the actual repository hosted at your website&#039;s location.  The actual repository directory contains a bunch of data that will not look like your actual files.  This is because it stores all the versions of your repository.  Every time you run a commit, it increments the version.  You can go back to any version you want by running a special checkout command.&lt;/p&gt;
&lt;p&gt;When having a website stored in a repository is required, simply ssh to the location of your web directory and run a checkout.  So ssh to example.com, cd to the public_html directory (or wherever), and run the svn command to checkout the files.&lt;/p&gt;
&lt;p&gt;On a side note...I&#039;m not sure why you need the full path to the repository on your server.  You should just have to go to svn://example.com/repo_name/subdir and not include the full filesystem path.&lt;/p&gt;
 </description>
     <pubDate>Sun, 03 Aug 2008 00:55:25 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1231994 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>I have created a new</title>
    <link>https://www.webmaster-forums.net/server-management/tortoisesvn-and-subversion-repositories#comment-1231992</link>
    <description> &lt;p&gt;I have created a new repository within public_html:&lt;/p&gt;
&lt;p&gt;svn://username@netsperience.org/home2/username/public_html/repository/&lt;/p&gt;
&lt;p&gt;so can I point a subdomain (or domain) to the &quot;repository&quot; directory? or a subdirectory within &quot;repository&quot; and use TortoiseSVN to manage the files?&lt;/p&gt;
 </description>
     <pubDate>Sat, 02 Aug 2008 22:53:57 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1231992 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
