This is what we do here:
generage your ssh keys: *ssh-keygen -t rsa -b 1024*
then put the public key (id_rsa.pub) on the unix machine where the
repository is, on the file ~/.ssh/authorized_keys - if your .ssh directory
doesn't exist in there, create it and change the permission 700.
This way you can ssh to it directly, without having to type your password,
every time. And svn+ssh will do the same.
Daniel.
On Wed, Nov 19, 2008 at 2:09 PM, vinay i <vinay.indresh_at_gmail.com> wrote:
> Hello All
> I am trying to checkout a svn repository on a unix machine through eclipse.
> When I selected the repository to checkout, it prompted for password. I
> thought it will be asked only once. But ,when I performed a checkout, it
> again prompted for password and then to browse every file also it prompted
> for password. Is there any way to disable password prompt for every
> transaction?
> I had set the environment variable SVN_SSH as mentioned in
> http://subversion.tigris.org/servlets/ReadMsg?list=users&msgNo=13453
>
> Did I miss anything?
>
> Thanks
> Vinay
>
>
Received on 2008-11-19 17:21:59 CET