You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "McKenna, Simon (RGH)" <Si...@rgh.sa.gov.au> on 2003/11/24 08:29:47 UTC

[Win32] ssh keys for svnserve?

Hi,

Can someone please point me in the right direction
to getting svnserve running with the -r option when
going through ssh?

This was as close as I could find:
http://www.contactor.se/~dast/svnusers/archive-2003-08/0579.shtml

Do we have to use ssh keys to achieve this?
If so, any clues as to how?

Or is there another way?
Some environment variable we can set?

Reason:

My boss wants all changes in our repositories to be
tracked by user, and since svn:// is, as far as I can
tell, anonymous, that just leaves svn+ssh:// for those
who can't use Apache but need a networked repository.

I have sshd running happily on the server under cygwin,
and svn:// access is also working fine, but because our
repositories live on a different disk partition to our o/s
(and svn binaries), svnserve needs to run with -r option,
so I'm in a bit of a pickle.

Thanks for any help.

Regards,
Simon

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: [Win32] ssh keys for svnserve?

Posted by Tobias Ringstrom <to...@ringstrom.mine.nu>.
McKenna, Simon (RGH) wrote:

>My boss wants all changes in our repositories to be
>tracked by user, and since svn:// is, as far as I can
>tell, anonymous, that just leaves svn+ssh:// for those
>who can't use Apache but need a networked repository.
>  
>
I think the best solution for you is to upgrade to the latest Subversion 
(0.33.1) to get built-in password authentication over svn://.

/Tobias



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org