Hi Fernando,<br>Thanks for your help, that answered my question :). Turns out I just needed to be specifying id_rsa, and not id_rsa.pub<br>Now to figure out committing...<br><br><div class="gmail_quote">On Sat, Jun 26, 2010 at 8:55 PM, Fernando Vilas <span dir="ltr">&lt;<a href="mailto:fvilas@iname.com">fvilas@iname.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div></div><div class="h5">On Saturday, June 26, 2010 19:36:52 Brian Cappello wrote:<br>

&gt; Hi everybody,<br>
&gt; So, for the life of me, I can&#39;t figure out how to use SVN. I&#39;ve read the<br>
&gt; techbase articles and whatnot, but?<br>
&gt; When I try to checkout using the command<br>
&gt; svn checkout --username=bcappello svn+ssh://<br>
&gt; <a href="http://svn.kde.org/home/KDE/trunk/playground/alkimia" target="_blank">svn.kde.org/home/KDE/trunk/playground/alkimia</a><br>
&gt; it asks me for my password, which I give it, but it doesn&#39;t work.. it just<br>
&gt; asks for my password again and then fails. Am I missing something obvious?<br>
&gt; Considering I can&#39;t even get that to work, I haven&#39;t tried committing yet.<br>
&gt; I have my id_rsa.pub in ~/.ssh, the same key I used to register the<br>
&gt; account with, and I made a ~/.ssh/config file telling it to use that key<br>
&gt; for Host <a href="http://svn.kde.org" target="_blank">svn.kde.org</a>, but.. i dunno, I&#39;m lost for what to do. Any ideas?<br>
<br>
</div></div>Is the password prompt from the repository or your local ssh client?  You can<br>
tell if it is from the local client because it says something like<br>
&quot;Enter passphrase for key &#39;/home/bcappello/.ssh/id_rsa&#39;:&quot;<br>
<br>
If you have different passwords for your account than your ssh key, you may be<br>
entering the wrong password.<br>
<br>
Also, my .ssh/config has a line in it, so I do not need to have my username on<br>
the command line. For reference (cat ~/.ssh/config):<br>
<br>
Host *.<a href="http://kde.org" target="_blank">kde.org</a><br>
        User fvilas<br>
        IdentityFile ~/.ssh/id_rsa<br>
<font color="#888888"><br>
--<br>
Thanks,<br>
Fernando Vilas<br>
<a href="mailto:fvilas@iname.com">fvilas@iname.com</a><br>
</font><br>_______________________________________________<br>
Kde-finance-apps mailing list<br>
<a href="mailto:Kde-finance-apps@kde.org">Kde-finance-apps@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-finance-apps" target="_blank">https://mail.kde.org/mailman/listinfo/kde-finance-apps</a><br>
<br></blockquote></div><br>