Here is Larrys response to my question on this issue.<br><br>Hi Brynjar, to prevent the server from asking you for your password 
twice when you update your SVN repo using svn+ssh, you need to store the
 remote hosts' key in your ~/.ssh/known_hosts file, and configure your 
SVN client to use your username and password.<br>
<br>
To store the remote servers' "host key" on your local machine, do the following:<br>
<br>
For a Mac (local machine):<br>
<br>
Open a Terminal (shell) window and log into the SVN server: ssh <a href="mailto:brynjar@svn.mat.ucsb.edu" target="_blank">brynjar@svn.mat.ucsb.edu</a><br>
<br>
If it's the first time, it will ask you if it's ok to store the remote hosts' key:<br>
<br>
ssh <a href="mailto:larry@svn.mat.ucsb.edu" target="_blank"><span class="il">larry</span>@svn.mat.ucsb.edu</a><br>
The authenticity of host '<a href="http://svn.mat.ucsb.edu/" target="_blank">svn.mat.ucsb.edu</a> (128.111.221.67)' can't be established.<br>
RSA key fingerprint is 45:b2:2b:bf:42:1f:1a:32:58:c1:<div id=":15c">1c:75:44:c2:d0:13.<br>
Are you sure you want to continue connecting (yes/no)? yes<br>
Warning: Permanently added '<a href="http://svn.mat.ucsb.edu/" target="_blank">svn.mat.ucsb.edu</a>' (RSA) to the list of known hosts.<br>
<a href="mailto:larry@svn.mat.ucsb.edu" target="_blank"><span class="il">larry</span>@svn.mat.ucsb.edu</a>'s password:<br>
<br>
This is the first password prompt you get when you update your SVN repo. From now on it won't appear.<br>
<br>
For a Windows PC, do the same thing as above, but use a Putty window 
instead of a Terminal window. Putty is a free terminal emulator for SSH,
 and is available here: <a href="http://www.chiark.greenend.org.uk/%7Esgtatham/putty/download.html" target="_blank">http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html</a>.<br>
<br>
To get rid of the second password prompt you see when you update your 
repo, you have to configure your local SVN client's work space to use 
your username and password when you access your repo. How to do this 
depends on the client.<br>
<br>
I have an SVN repo on <a href="http://svn.mat.ucsb.edu/" target="_blank">svn.mat.ucsb.edu</a>,
 and I've been using Eclipse with the Subversion plug-in quite a bit 
over the last year or so, and I never have to enter my password when I 
update my repo. I just point and click.<br>
<br>
Please try it and let me know how it goes. I prefer svn+ssh over https, 
but if svn+ssh is just too much of a hassle, I'll create http accounts 
for you.<div class="im"><br>
<br>
<span class="il">Larry</span></div></div><br>